Skip to content

Commit

Permalink
ci: fix web artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
maelchiotti committed Mar 24, 2024
1 parent ac49c8b commit 991ad6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@ jobs:
- name: Upload to releases
uses: ncipollo/release-action@v1
with:
artifacts: 'Android/CPM_${{ needs.get_version.outputs.version }}.apk, Windows/CPM_${{ needs.get_version.outputs.version }}.exe, Web/web'
artifacts: 'Android/CPM_${{ needs.get_version.outputs.version }}.apk, Windows/CPM_${{ needs.get_version.outputs.version }}.exe, Web'
token: ${{ secrets.GITHUB_TOKEN }}
tag: "v${{ needs.get_version.outputs.version }}"

0 comments on commit 991ad6a

Please sign in to comment.