Skip to content

Commit

Permalink
fixed executable name on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
emuell committed Jun 24, 2024
1 parent a312477 commit 60af657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
}
- {
name: "Ubuntu",
executable_name: "AFEC-Explorer",
executable_name: "afec-explorer",
os: ubuntu-20.04,
}
- {
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
appstore-connect-username: ${{ secrets.MACOS_NOTARY_USER }}
appstore-connect-password: ${{ secrets.MACOS_NOTARY_PASS }}
appstore-connect-team-id: ${{ secrets.MACOS_CODE_CERT_TEAM_ID }}
primary-bundle-id: org.afec.browser
primary-bundle-id: org.emuell.afec
product-path: ./src-tauri/target/universal-apple-darwin/release/bundle/macos/${{ matrix.config.executable_name }}
verbose: false

Expand Down

0 comments on commit 60af657

Please sign in to comment.