Skip to content

Commit

Permalink
Fix: Fixed file name
Browse files Browse the repository at this point in the history
  • Loading branch information
louanfontenele committed Dec 29, 2024
1 parent 15eea6e commit 6c51d1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-windows-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
ZIP_NAME="FactorioSaveGameEnableAchievements-${{ env.current_tag || '2.0.28-1.0' }}.zip"
echo "Creating zip archive: $ZIP_NAME"
zip -r $ZIP_NAME release/
echo "ZIP_NAME=$ZIP_NAME" >> $GITHUB_ENV
# Set Git Identity for Tagging
- name: Set Git Identity
Expand Down

0 comments on commit 6c51d1f

Please sign in to comment.