Skip to content

Commit 7f1a074

Browse files
committed
todo
1 parent a1bd620 commit 7f1a074

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-tauri.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,11 @@ jobs:
248248
APPLE_SIGNING_IDENTITY: ${{ steps.import-certificate.outputs.certificate-id }}
249249
run: |
250250
pnpm tauri ios build --verbose --export-method app-store-connect
251+
# Todo: Move this into an action
251252
- name: Rename build artifacts
252253
run: |
253254
mv ./src-tauri/gen/apple/build/arm64/octo.ipa ./octo-${{ env.APP_VERSION }}-arm64.ipa
255+
# Todo: Move this into an action
254256
- name: Release
255257
uses: softprops/action-gh-release@v2
256258
with:

0 commit comments

Comments
 (0)