Skip to content

Commit

Permalink
Update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
sawich committed Feb 1, 2023
1 parent 4865438 commit 5ba0617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: tar -cvf ${{ steps.tag.outputs.release_tag }}.zip -C SoulWorker.PasswordExtractor.Cli/bin/Release/net7.0/publish/ *

- name: Release
uses: softprops/action-gh-release@main
uses: softprops/action-gh-release@master
with:
tag_name: ${{ steps.tag.outputs.release_tag }}
files: ${{ steps.tag.outputs.release_tag }}.zip
Expand Down

0 comments on commit 5ba0617

Please sign in to comment.