Skip to content

Commit

Permalink
Update artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
gilzoide committed Jan 13, 2025
1 parent 357e5ae commit 1ca96d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.platform }}
name: gilzoide-sqlite-net-${{ matrix.platform }}
path: |
Plugins/lib/${{ matrix.platform }}/**/*.bc
Plugins/lib/${{ matrix.platform }}/**/*.dll
Expand All @@ -52,6 +52,6 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: macos
name: gilzoide-sqlite-net-macos
path: |
Plugins/lib/macos/*.dylib

0 comments on commit 1ca96d6

Please sign in to comment.