This commit is contained in:
2023-08-31 21:13:12 +03:00
parent e6c1a63382
commit fe9fa483a3

View File

@ -48,7 +48,7 @@ jobs:
# release:
# name: Release binary
# needs: ["build", "build_arch"]
# needs: ["build"]
# runs-on: ubuntu-latest
# permissions:
# contents: write
@ -58,6 +58,11 @@ jobs:
# with:
# name: ${{ env.BINARY_NAME }}_x86_64-linux-musl
# path: ${{ env.BINARY_NAME }}_x86_64-linux-musl
# - uses: actions/download-artifact@master
# id: download_pkgbuild
# with:
# name: PKGBUILD
# path: PKGBUILD
# - uses: ncipollo/release-action@v1
# name: Update release page
# with: