Skip to content

Commit

Permalink
fix: binary release #1 (pls work)
Browse files Browse the repository at this point in the history
  • Loading branch information
parnexcodes committed Oct 18, 2024
1 parent 8c82483 commit 5253748
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,8 @@ jobs:
title: Release ${{ github.run_number }}
tag: v${{ github.run_number }}

- name: Upload Linux Release Asset
uses: actions/upload-release-asset@v1
- name: Upload Release Assets
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./builds/nimbus-linux
asset_name: nimbus-linux
asset_content_type: application/octet-stream

- name: Upload Windows Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./builds/nimbus-windows.exe
asset_name: nimbus-windows.exe
asset_content_type: application/octet-stream
run: |
gh release upload v${{ github.run_number }} ./builds/nimbus-linux ./builds/nimbus-windows.exe

0 comments on commit 5253748

Please sign in to comment.