Skip to content

Commit 56ce5c9

Browse files
authored
Update pack.yml
1 parent 156e65c commit 56ce5c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pack.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
run: |
3030
md release_package
3131
copy bin\release\* release_package
32-
compress-archive -Path release_package -DestinationPath rmdup_${{github.ref}}.zip
32+
compress-archive -Path release_package -DestinationPath rmdup_${{github.ref_name}}.zip
3333
- name: Release
3434
uses: softprops/action-gh-release@v2
3535
if: startsWith(github.ref, 'refs/tags/')
3636
with:
37-
files: rmdup_${{github.ref}}.zip
37+
files: rmdup_${{github.ref_name}}.zip

0 commit comments

Comments
 (0)