Skip to content

Commit

Permalink
Fix name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinW1998 committed May 20, 2024
1 parent 9faaf16 commit 300cbd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
- name: Upload artifact (binary files)
uses: actions/upload-artifact@v4
with:
name: CI-Artifact
name: CI-Artifact-Binary
path: "${{ env.CELESTE_LAUNCHER_OUTPUT }}"

- name: Upload artifact (installer)
uses: actions/upload-artifact@v4
with:
name: CI-Artifact
name: CI-Artifact-Installer
path: "${{ env.CELESTE_INSTALLER_OUTPUT }}"

0 comments on commit 300cbd8

Please sign in to comment.