We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f2c4e commit 06195fcCopy full SHA for 06195fc
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
scripts/build.bat
22
- name: Rename archive
23
- run: Rename-Item -Path build/zapret-discord-youtube-ankddev.zip -NewItem zapret-discord-youtube-ankddev-${{ github.event.release.tag_name }}.zip
+ run: Rename-Item -Path build/zapret-discord-youtube-ankddev.zip -NewPath zapret-discord-youtube-ankddev-${{ github.event.release.tag_name }}.zip
24
- name: Release to GitHub
25
uses: softprops/action-gh-release@v1
26
with:
0 commit comments