Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
fix: upload to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouwrice committed Apr 26, 2024
1 parent 8ff0731 commit 84ec35c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/nuitka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ jobs:
product-name: DrumPy
product-version: 0.1.0

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
file: build/cli.dist
asset_name: DrumPy
overwrite: true
- name: Upload to latest release
run: |
cp ./build/cli.dist DrumPy
gh release upload ${{github.event.release.tag_name}} DrumPy

0 comments on commit 84ec35c

Please sign in to comment.