Skip to content

Commit

Permalink
fix: Upload release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Sep 14, 2023
1 parent b147548 commit 755f4e9
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ jobs:
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart compile exe bin/server.dart -o fluffygate
- name: Upload to release
uses: actions/upload-release-asset@v1
- name: Upload release binaries
uses: alexellis/upload-[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: fluffygate
asset_name: fluffygate
asset_content_type: application/octet-stream
asset_paths: '["./fluffygate"]'

0 comments on commit 755f4e9

Please sign in to comment.