1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00

Fix workflow

This commit is contained in:
Ash Keel 2021-12-06 15:17:54 +01:00
parent 754b77939b
commit cd45e97565
No known key found for this signature in database
GPG key ID: BAD8D93E7314ED3E

View file

@ -25,7 +25,7 @@ jobs:
npm run build
- name: Build app for all platforms
run: |
go install github.com/mitchellh/gox
go install github.com/mitchellh/gox@latest
gox -arch="amd64 arm" -os "windows linux" -ldflags "-X 'main.appVersion=`git describe --tags --always`'"
- name: Create release
uses: softprops/action-gh-release@v1