mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-08-21 15:17:15 +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:
|
# release:
|
||||||
# name: Release binary
|
# name: Release binary
|
||||||
# needs: ["build", "build_arch"]
|
# needs: ["build"]
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
# permissions:
|
# permissions:
|
||||||
# contents: write
|
# contents: write
|
||||||
@@ -58,6 +58,11 @@ jobs:
|
|||||||
# with:
|
# with:
|
||||||
# name: ${{ env.BINARY_NAME }}_x86_64-linux-musl
|
# name: ${{ env.BINARY_NAME }}_x86_64-linux-musl
|
||||||
# path: ${{ 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
|
# - uses: ncipollo/release-action@v1
|
||||||
# name: Update release page
|
# name: Update release page
|
||||||
# with:
|
# with:
|
||||||
|
Reference in New Issue
Block a user