Skip to content

Commit

Permalink
update(ci): fixes for macos and ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Sep 27, 2024
1 parent 373a55b commit d622dc9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ jobs:
retention-days: 5

- name: Build Linux Installer
run: bash build_linux_installer.sh uplink ${{ github.ref_name }} amd64
run: |
mv src-tauri/target/release/bundle/deb/*.deb src-tauri/target/release/bundle/deb/uplink.deb
bash build_linux_installer.sh uplink ${{ github.ref_name }} amd64
2 changes: 1 addition & 1 deletion .github/workflows/build-release-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
security find-identity -p codesigning -v
security list-keychains
codesign --deep --force --verify --verbose --sign "$MACOS_CERT_ID" ./src-tauri/target/release/bundle/macos/*.app
codesign --deep --force --verify --verbose --sign "$MACOS_CERT_ID" ./src-tauri/target/release/bundle/macos/*.dmg
codesign --deep --force --verify --verbose --sign "$MACOS_CERT_ID" ./src-tauri/target/release/bundle/dmg/*.dmg
- name: "Notarize executable MacOS"
env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-release-windows.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Build Windows Release
on:
pull_request: # this is only temporarily setup for testing the action
types: [opened, synchronize, reopened, edited] # this is only temporarily for testing the action
push:
branches:
- main
Expand Down

0 comments on commit d622dc9

Please sign in to comment.