Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinW1998 committed May 31, 2024
1 parent 8114750 commit 900c81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: Compress-Archive -Path ${{ env.CELESTE_LAUNCHER_OUTPUT }}\* -Destination CelesteLauncher.zip

- name: Copy installer artifact
run: cp "${{ env.CELESTE_INSTALLER_OUTPUT }}\CelesteInstaller.exe" CelesteInstaller.exe
run: cp "${{ env.CELESTE_INSTALLER_OUTPUT }}\Celeste Installer.exe" "Celeste Installer.exe"

- name: Generate changelog
id: generate_changelog
Expand Down

0 comments on commit 900c81f

Please sign in to comment.