Skip to content

Commit

Permalink
Update pack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MerrickZ authored Oct 31, 2024
1 parent 56ce5c9 commit 4492b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
compress-archive -Path release_package -DestinationPath rmdup_${{github.ref_name}}.zip
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
#if: startsWith(github.ref, 'refs/tags/')
with:
files: rmdup_${{github.ref_name}}.zip

0 comments on commit 4492b7a

Please sign in to comment.