File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,15 +78,17 @@ jobs:
7878
7979 - name : Download all artifacts
8080 uses : actions/download-artifact@v4
81+ with :
82+ path : artifacts
8183
8284 - name : Create release
8385 uses : softprops/action-gh-release@v1
8486 with :
8587 files : |
86- bulk-generator-windows-amd64/bulk-generator-windows-amd64.exe
87- bulk-generator-darwin-amd64/bulk-generator-darwin-amd64
88- bulk-generator-darwin-arm64/bulk-generator-darwin-arm64
89- bulk-generator-linux-amd64/bulk-generator-linux-amd64
88+ artifacts/ bulk-generator-windows-amd64/bulk-generator-windows-amd64.exe
89+ artifacts/ bulk-generator-darwin-amd64/bulk-generator-darwin-amd64
90+ artifacts/ bulk-generator-darwin-arm64/bulk-generator-darwin-arm64
91+ artifacts/ bulk-generator-linux-amd64/bulk-generator-linux-amd64
9092 generate_release_notes : true
9193 draft : false
9294 prerelease : false
You can’t perform that action at this time.
0 commit comments