fixing upload and download
This commit is contained in:
@@ -72,6 +72,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
with:
|
||||||
|
path: ${{ github.workspace }}/bin
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
if: github.ref_type == 'tag'
|
if: github.ref_type == 'tag'
|
||||||
@@ -89,4 +91,4 @@ jobs:
|
|||||||
- Linux: `yellowjacket`
|
- Linux: `yellowjacket`
|
||||||
- Windows: `yellowjacket.exe`
|
- Windows: `yellowjacket.exe`
|
||||||
- MacOS: `yellowjacket.app.zip`
|
- MacOS: `yellowjacket.app.zip`
|
||||||
files: ${{ github.workspace }}/yellowjacket*
|
files: ${{ github.workspace }}/bin/*
|
||||||
|
|||||||
Reference in New Issue
Block a user