Skip to content

Commit

Permalink
github action stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
pjmagee committed Jun 24, 2024
1 parent 8b5afa5 commit 4a2196a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Release to GitHub
uses: ncipollo/release-action@v1
with:
artifacts: "./Heroesprofile.Uploader.Windows/bin/publish/**"
artifacts: "publish/*"
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
replacesArtifacts: true
Expand Down

0 comments on commit 4a2196a

Please sign in to comment.