lets put all artifacts in the same directory

This commit is contained in:
2025-04-14 21:06:16 -05:00
parent f7ce65a2e5
commit cff27dd94e
+2 -1
View File
@@ -76,6 +76,7 @@ jobs:
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
merge-multiple: true
path: ${{ github.workspace }}/bin
- name: Release
uses: softprops/action-gh-release@v2
@@ -94,4 +95,4 @@ jobs:
- Linux: `yellowjacket`
- Windows: `yellowjacket.exe`
- MacOS: `yellowjacket.app`
files: ${{ github.workspace }}/bin/*/*
files: ${{ github.workspace }}/bin/*