Skip to content

Commit

Permalink
Build a package for qSpider with fixed name
Browse files Browse the repository at this point in the history
  • Loading branch information
Varg committed Nov 8, 2024
1 parent 561925e commit 9d122da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
run: echo "version=$(date +'%Y_%m_%d')" >> $GITHUB_OUTPUT
- name: Build Win32 release
run: ./build_gamekit_windows.sh "${{ steps.version.outputs.version }}"
- name: Prepare a package
run: ./build_games_package.sh
- name: Prepare a package for qSpider
run: ./build_games_package.sh qspider
- name: Publish release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 9d122da

Please sign in to comment.