Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Bogomyakov committed Aug 31, 2023
1 parent e6c1a63 commit fe9fa48
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

# release:
# name: Release binary
# needs: ["build", "build_arch"]
# needs: ["build"]
# runs-on: ubuntu-latest
# permissions:
# contents: write
Expand All @@ -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:
Expand Down

0 comments on commit fe9fa48

Please sign in to comment.