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 a1bd620 commit 7f1a074Copy full SHA for 7f1a074
.github/workflows/deploy-tauri.yml
@@ -248,9 +248,11 @@ jobs:
248
APPLE_SIGNING_IDENTITY: ${{ steps.import-certificate.outputs.certificate-id }}
249
run: |
250
pnpm tauri ios build --verbose --export-method app-store-connect
251
+ # Todo: Move this into an action
252
- name: Rename build artifacts
253
254
mv ./src-tauri/gen/apple/build/arm64/octo.ipa ./octo-${{ env.APP_VERSION }}-arm64.ipa
255
256
- name: Release
257
uses: softprops/action-gh-release@v2
258
with:
0 commit comments