Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AgnelSelvan committed Nov 9, 2024
1 parent 3bd8444 commit d71d083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Push Windows EXE to releases
uses: ncipollo/release-action@v1
with:
artifacts: "release-repo/billing.exe"
artifacts: "billing.exe"
tag: v0.0.${{ github.run_number }}
token: ${{secrets.WORKFLOW_RELEASE_TOKEN}}
commit: main
Expand Down

0 comments on commit d71d083

Please sign in to comment.