Skip to content

Commit 20f2c4e

Browse files
committed
ci(release): fix rename command
1 parent 74ea967 commit 20f2c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
scripts/build.bat
2222
- name: Rename archive
23-
run: rename build/zapret-discord-youtube-ankddev.zip zapret-discord-youtube-ankddev-${{ github.event.release.tag_name }}.zip
23+
run: Rename-Item -Path build/zapret-discord-youtube-ankddev.zip -NewItem zapret-discord-youtube-ankddev-${{ github.event.release.tag_name }}.zip
2424
- name: Release to GitHub
2525
uses: softprops/action-gh-release@v1
2626
with:

0 commit comments

Comments
 (0)