Skip to content

Commit 1ca96d6

Browse files
committed
Update artifact name
1 parent 357e5ae commit 1ca96d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Upload artifact
3636
uses: actions/upload-artifact@v4
3737
with:
38-
name: ${{ matrix.platform }}
38+
name: gilzoide-sqlite-net-${{ matrix.platform }}
3939
path: |
4040
Plugins/lib/${{ matrix.platform }}/**/*.bc
4141
Plugins/lib/${{ matrix.platform }}/**/*.dll
@@ -52,6 +52,6 @@ jobs:
5252
- name: Upload artifact
5353
uses: actions/upload-artifact@v4
5454
with:
55-
name: macos
55+
name: gilzoide-sqlite-net-macos
5656
path: |
5757
Plugins/lib/macos/*.dylib

0 commit comments

Comments
 (0)