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

ci: final fix!

This commit is contained in:
Ash Keel 2023-03-31 12:44:34 +02:00
parent 2bba2553f0
commit 40953a2189
No known key found for this signature in database
GPG key ID: BAD8D93E7314ED3E

View file

@ -36,17 +36,11 @@ jobs:
id: version
uses: ncipollo/semantic-version-action@v1
- name: Update wails.json fileVersion
uses: jossef/action-set-json-field@v2.1
with:
file: wails.json
field: info.fileVersion
value: "${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }}.${{ steps.version.outputs.micro_patch }}"
- name: Update wails.json productVersion
uses: jossef/action-set-json-field@v2.1
with:
file: wails.json
field: info.productVersion
value: ${{ github.ref_name }}
value: "${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }}"
- uses: ashkeel/wails-build-action@0faaf35c690d88c3463349c6bf0bbdc53af5e5a8
with:
build-name: ${{ matrix.build.name }}