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 90971ad commit d67f203Copy full SHA for d67f203
.github/workflows/main.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Upload Artifacts
57
uses: actions/upload-artifact@v4
58
with:
59
- name: artifacts
+ name: artifacts-${{ matrix.goos }}-${{ matrix.goarch }}
60
path: jbs-client-${{ matrix.goos }}-${{ matrix.goarch }}.zip
61
62
release:
@@ -79,6 +79,6 @@ jobs:
79
- name: Upload Release Assets
80
uses: softprops/action-gh-release@v1
81
82
- files: artifacts/*
+ files: artifacts*/*
83
env:
84
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments