Skip to content

Commit f4fcfc3

Browse files
authored
ci(release): rename archive before uploading to release
1 parent d06a7ec commit f4fcfc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ jobs:
1919
- name: Build and make release
2020
run: |
2121
scripts/build.bat
22+
- name: Rename archive
23+
run: rename build/zapret-discord-youtube-ankddev.zip zapret-discord-youtube-ankddev-${{ github.event.release.tag_name }}.zip
2224
- name: Release to GitHub
2325
uses: softprops/action-gh-release@v1
2426
with:
25-
files: build/zapret-discord-youtube-ankddev.zip
27+
files: build/zapret-discord-youtube-ankddev-${{ github.event.release.tag_name }}.zip
2628

0 commit comments

Comments
 (0)