We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357e5ae commit 1ca96d6Copy full SHA for 1ca96d6
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Upload artifact
36
uses: actions/upload-artifact@v4
37
with:
38
- name: ${{ matrix.platform }}
+ name: gilzoide-sqlite-net-${{ matrix.platform }}
39
path: |
40
Plugins/lib/${{ matrix.platform }}/**/*.bc
41
Plugins/lib/${{ matrix.platform }}/**/*.dll
@@ -52,6 +52,6 @@ jobs:
52
53
54
55
- name: macos
+ name: gilzoide-sqlite-net-macos
56
57
Plugins/lib/macos/*.dylib
0 commit comments