We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e8ceb commit 4e32879Copy full SHA for 4e32879
1 file changed
.github/workflows/release.yml
@@ -34,6 +34,11 @@ jobs:
34
- name: Build Tauri app
35
run: npm run tauri:build
36
37
+ - name: Ad-hoc sign the app
38
+ run: |
39
+ codesign --force --deep --sign - "src-tauri/target/release/bundle/macos/anylinuxfs-gui.app"
40
+ codesign --verify --verbose "src-tauri/target/release/bundle/macos/anylinuxfs-gui.app"
41
+
42
- name: Get version from tag
43
id: version
44
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
0 commit comments