This commit is contained in:
parent
9f14a895fa
commit
b25e3e378f
|
|
@ -21,9 +21,12 @@ jobs:
|
||||||
- name: Running Wails doctor
|
- name: Running Wails doctor
|
||||||
run: |
|
run: |
|
||||||
wails doctor
|
wails doctor
|
||||||
- name: Build
|
- name: Installing Dependencies
|
||||||
|
working-directory: ./frontend
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
- name: Build
|
||||||
|
run: |
|
||||||
wails build -clean -platform darwin/arm64 -ldflags "-X main.VersionNumber=`git describe --tags --abbrev=0`"
|
wails build -clean -platform darwin/arm64 -ldflags "-X main.VersionNumber=`git describe --tags --abbrev=0`"
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: https://lmika.dev/actions/wails-release@v1.0.3
|
uses: https://lmika.dev/actions/wails-release@v1.0.3
|
||||||
|
|
@ -35,7 +38,7 @@ jobs:
|
||||||
notarization-api-issuer-id: ${{ secrets.MACOS_NOTARY_ISSUER_ID }}
|
notarization-api-issuer-id: ${{ secrets.MACOS_NOTARY_ISSUER_ID }}
|
||||||
extra-build-flags: -ldflags "-X main.VersionNumber=${{ github.ref_name }}"
|
extra-build-flags: -ldflags "-X main.VersionNumber=${{ github.ref_name }}"
|
||||||
s3-bucket: lmika-public-files
|
s3-bucket: lmika-public-files
|
||||||
s3-key: Apps/Dequoter/{version}/{filename}
|
s3-key: 'Apps/Dequoter/{version}/{filename},Apps/Dequoter/latest/{filename}'
|
||||||
s3-region: ap-southeast-2
|
s3-region: ap-southeast-2
|
||||||
s3-acl: public-read
|
s3-acl: public-read
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue