lets put all artifacts in the same directory
This commit is contained in:
@@ -76,6 +76,7 @@ jobs:
|
|||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
merge-multiple: true
|
||||||
path: ${{ github.workspace }}/bin
|
path: ${{ github.workspace }}/bin
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
@@ -94,4 +95,4 @@ jobs:
|
|||||||
- Linux: `yellowjacket`
|
- Linux: `yellowjacket`
|
||||||
- Windows: `yellowjacket.exe`
|
- Windows: `yellowjacket.exe`
|
||||||
- MacOS: `yellowjacket.app`
|
- MacOS: `yellowjacket.app`
|
||||||
files: ${{ github.workspace }}/bin/*/*
|
files: ${{ github.workspace }}/bin/*
|
||||||
|
|||||||
Reference in New Issue
Block a user