Skip to content

Commit 2bcb515

Browse files
authored
Fix artefact name
1 parent 8d844be commit 2bcb515

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/compilation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: ${{ success() }}
4141
uses: actions/upload-artifact@v2
4242
with:
43-
name: pslink-${{ steps.slug.outputs.sha8 }}
43+
name: ps2link-${{ steps.slug.outputs.sha8 }}
4444
path: bin
4545

4646
- name: Extract tag name

0 commit comments

Comments
 (0)