Skip to content

Commit

Permalink
fix releases
Browse files Browse the repository at this point in the history
  • Loading branch information
x86y committed Jun 25, 2023
1 parent c73cd0a commit 17f446b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./beacon_x86_64-unknown-linux-gnu ./beacon_x86_64-pc-windows-gnu.exe
files: |
beacon_x86_64-unknown-linux-gnu
beacon_x86_64-pc-windows-gnu.exe
macos:
runs-on: macos-11
Expand Down Expand Up @@ -94,4 +96,6 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: Beacon_aarch64-apple-darwin.dmg Beacon_x86_64-apple-darwin.dmg
files: |
Beacon_aarch64-apple-darwin.dmg
Beacon_x86_64-apple-darwin.dmg

0 comments on commit 17f446b

Please sign in to comment.