Skip to content

Commit e8474dc

Browse files
committed
Fix artifact script
I hope...
1 parent 882b61b commit e8474dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: SveSop/ubuntu-mingw-github-action@v2
4747
with:
4848
command: |
49-
./package-release.sh "${{ env.VERSION }}-fakedll" build
49+
./package-release.sh "${{ env.VERSION }}-fakedll" build --fakedll
5050
5151
- name: Upload artifacts (default)
5252
uses: actions/upload-artifact@v4
@@ -58,6 +58,6 @@ jobs:
5858
- name: Upload artifacts (fakedll)
5959
uses: actions/upload-artifact@v4
6060
with:
61-
name: nvidia-libs-${{ env.VERSION }}
61+
name: nvidia-libs-${{ env.VERSION }}-fakedll
6262
path: ${{ env.ARTIFACT }}-fakedll
6363
if-no-files-found: error

0 commit comments

Comments
 (0)