Skip to content

Commit

Permalink
fix: upload build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Jan 27, 2024
1 parent 3901eed commit e75f196
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
- name: Rename build files
run: cp ./dist/${{ env.BINARY_FILE_NAME }} ./dist/${{ env.FINAL_FILE_NAME }}

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: ${{ env.FINAL_FILE_NAME }}
path: ./dist/${{ env.BINARY_FILE_NAME }}

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit e75f196

Please sign in to comment.