mirror of
https://github.com/AChep/keyguard-app.git
synced 2025-01-08 20:51:39 +01:00
improvement: Add -arm64 suffix to Apple silicone binaries
This commit is contained in:
parent
b9789e3d23
commit
69cf1d6385
4
.github/workflows/new_tag_release.yaml
vendored
4
.github/workflows/new_tag_release.yaml
vendored
@ -63,6 +63,10 @@ jobs:
|
||||
name: binaries-mac
|
||||
path: desktopApp/build/compose/binaries/main/**
|
||||
retention-days: 1
|
||||
- name: "Add a suffix to the artifacts"
|
||||
run: |
|
||||
cd desktopApp/build/compose/binaries/main/dmg
|
||||
for f in * ; do mv -- "$f" "$(echo $f | sed -nE 's/^(.*)(\..*)$/\1-arm64\2/p')" ; done
|
||||
- name: "Upload .dmg"
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user