Skip to content

Commit 9d122da

Browse files
author
Varg
committed
Build a package for qSpider with fixed name
1 parent 561925e commit 9d122da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
run: echo "version=$(date +'%Y_%m_%d')" >> $GITHUB_OUTPUT
1818
- name: Build Win32 release
1919
run: ./build_gamekit_windows.sh "${{ steps.version.outputs.version }}"
20-
- name: Prepare a package
21-
run: ./build_games_package.sh
20+
- name: Prepare a package for qSpider
21+
run: ./build_games_package.sh qspider
2222
- name: Publish release
2323
uses: softprops/action-gh-release@v2
2424
with:

0 commit comments

Comments
 (0)