mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-07-07 08:54:06 +00:00
Fix
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user