This commit is contained in:
dependabot[bot] 2025-12-15 12:04:41 +00:00 committed by GitHub
commit 4a921ed846
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ jobs:
- name: Zip output files (No Self-Contained) - name: Zip output files (No Self-Contained)
run: Compress-Archive -Path "./publish/RustyHearts-Launcher_framework-dependent" -DestinationPath RustyHearts-Launcher.zip run: Compress-Archive -Path "./publish/RustyHearts-Launcher_framework-dependent" -DestinationPath RustyHearts-Launcher.zip
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v6
with: with:
name: Launcher name: Launcher
path: RustyHearts-Launcher.zip path: RustyHearts-Launcher.zip