Skip to content

Commit d67f203

Browse files
authored
Update main.yml
1 parent 90971ad commit d67f203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Upload Artifacts
5757
uses: actions/upload-artifact@v4
5858
with:
59-
name: artifacts
59+
name: artifacts-${{ matrix.goos }}-${{ matrix.goarch }}
6060
path: jbs-client-${{ matrix.goos }}-${{ matrix.goarch }}.zip
6161

6262
release:
@@ -79,6 +79,6 @@ jobs:
7979
- name: Upload Release Assets
8080
uses: softprops/action-gh-release@v1
8181
with:
82-
files: artifacts/*
82+
files: artifacts*/*
8383
env:
8484
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)