renamed windows binary, manually handle release
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Wails build
|
name: Release YellowJacket
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
@@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: 'yellowjacket'
|
- name: 'yellowjacket'
|
||||||
platform: 'linux/amd64'
|
platform: 'linux/amd64'
|
||||||
os: 'ubuntu-latest'
|
os: 'ubuntu-latest'
|
||||||
- name: 'yellowjacket'
|
- name: 'yellowjacket.exe'
|
||||||
platform: 'windows/amd64'
|
platform: 'windows/amd64'
|
||||||
os: 'windows-latest'
|
os: 'windows-latest'
|
||||||
- name: 'yellowjacket'
|
- name: 'yellowjacket'
|
||||||
@@ -53,5 +53,26 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
build-name: ${{ matrix.build.name }}
|
build-name: ${{ matrix.build.name }}
|
||||||
build-platform: ${{ matrix.build.platform }}
|
build-platform: ${{ matrix.build.platform }}
|
||||||
package: true
|
|
||||||
go-version: '1.24'
|
go-version: '1.24'
|
||||||
|
|
||||||
|
- name: Release
|
||||||
|
uses: softprops/action-gh-release@v2
|
||||||
|
if: github.ref_type == 'tag'
|
||||||
|
with:
|
||||||
|
prerelease: true
|
||||||
|
body: |
|
||||||
|
# YellowJacket Release ${{ GITHUB_REF_NAME }}
|
||||||
|
|
||||||
|
This is an early preview of YellowJacket. Please report any bugs to [our issues] page.
|
||||||
|
|
||||||
|
Thanks for trying out our app!
|
||||||
|
|
||||||
|
## Which do I click?
|
||||||
|
|
||||||
|
- Linux: `yellowjacket`
|
||||||
|
- Windows: `yellowjacket.exe`
|
||||||
|
- MacOS: `yellowjacket.app.zip`
|
||||||
|
files: |
|
||||||
|
./build/bin/yellowjacket
|
||||||
|
./build/bin/yellowjacket.exe
|
||||||
|
./build/bin/yellowjacket.app.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user