fix release glob pattern
This commit is contained in:
@@ -78,7 +78,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}/bin
|
path: ${{ github.workspace }}/bin
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@main
|
||||||
if: github.ref_type == 'tag'
|
if: github.ref_type == 'tag'
|
||||||
with:
|
with:
|
||||||
prerelease: true
|
prerelease: true
|
||||||
@@ -94,6 +94,4 @@ jobs:
|
|||||||
- Linux: `yellowjacket`
|
- Linux: `yellowjacket`
|
||||||
- Windows: `yellowjacket.exe`
|
- Windows: `yellowjacket.exe`
|
||||||
- MacOS: `yellowjacket.app`
|
- MacOS: `yellowjacket.app`
|
||||||
files: |
|
files: ${{ github.workspace }}/bin/*
|
||||||
*/bin/*
|
|
||||||
*\bin\*
|
|
||||||
|
|||||||
Reference in New Issue
Block a user