Skip to content

Commit

Permalink
JUST. WORK. (please ill do anything)
Browse files Browse the repository at this point in the history
  • Loading branch information
meoowe authored Dec 11, 2024
1 parent 8eff2e1 commit a6b3050
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/desktop-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ jobs:
mkdir -v -p build/windows
EXPORT_DIR="$(readlink -f build)"
cd .
godot --headless --verbose --export-release "Windows Desktop" "$EXPORT_DIR/windows/$EXPORT_NAME.exe"
godot --headless --verbose --export-release "Windows Desktop" "build/windows/ClickyCat-${{env.TAG}}.exe"
- name: 📦 Zip Windows Folder
working-directory: ./build
working-directory: .
run: |
rm -rf Windows-ClickyCat.zip
zip -r Windows-ClickyCat.zip $EXPORT_NAME.exe
cd .
rm -rf Windows-ClickyCat-${{env.TAG}}.zip
zip -r Windows-ClickyCat-${{env.TAG}} build/windows/ClickyCat-${{env.TAG}}.exe
- name: Upload Release Asset 🚀
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit a6b3050

Please sign in to comment.