Skip to content

Commit

Permalink
fix: attach binaries in release
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Jan 26, 2024
1 parent f7178bf commit 422b85e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,12 @@ jobs:
with:
name: termtyper-${{ matrix.os }}
path: ./dist/smassh

- name: Rename final file
run: cp ./dist/dooit.exe ./dist/${{ matrix.os }}-dooit.exe

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./dist/${{ matrix.os }}-dooit.exe

0 comments on commit 422b85e

Please sign in to comment.