Skip to content

Commit

Permalink
ci: Fix overlooked artifact upload name clashes
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Feb 16, 2024
1 parent 1bb516c commit 5be64cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/package-artifact-files-as-sfx/action.yml
Expand Up @@ -20,5 +20,5 @@ runs:
- name: Upload
uses: actions/upload-artifact@v4
with:
name: release-asset-${{ inputs.name }}
name: release-asset-${{ inputs.name }}-sfx
path: ${{ inputs.name }}.exe
Expand Up @@ -20,5 +20,5 @@ runs:
- name: Upload
uses: actions/upload-artifact@v4
with:
name: release-asset-${{ inputs.name }}
name: release-asset-${{ inputs.name }}-tarball
path: ${{ inputs.name }}.tar.xz

0 comments on commit 5be64cc

Please sign in to comment.