We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882b61b commit e8474dcCopy full SHA for e8474dc
1 file changed
.github/workflows/artifacts.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: SveSop/ubuntu-mingw-github-action@v2
47
with:
48
command: |
49
- ./package-release.sh "${{ env.VERSION }}-fakedll" build
+ ./package-release.sh "${{ env.VERSION }}-fakedll" build --fakedll
50
51
- name: Upload artifacts (default)
52
uses: actions/upload-artifact@v4
@@ -58,6 +58,6 @@ jobs:
58
- name: Upload artifacts (fakedll)
59
60
61
- name: nvidia-libs-${{ env.VERSION }}
+ name: nvidia-libs-${{ env.VERSION }}-fakedll
62
path: ${{ env.ARTIFACT }}-fakedll
63
if-no-files-found: error
0 commit comments