Skip to content

Commit

Permalink
Fix double - in artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
Saibamen committed May 3, 2024
1 parent 192aa44 commit 841296a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Windows-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,5 +202,5 @@ jobs:
- name: Artifact Upload
uses: actions/upload-artifact@v4
with:
name: Windows-${{ matrix.config.arch }}-${{ matrix.type }}-${{ matrix.runs-on }}-artifact
name: Windows-${{ matrix.config.arch }}-${{ matrix.type }}-artifact
path: ${{ github.workspace }}/build/Package/*

0 comments on commit 841296a

Please sign in to comment.