Skip to content

Commit

Permalink
CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Dante291 committed Nov 30, 2023
1 parent 48581d6 commit d665c30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
release_name: Release ${{ github.run_number }}
draft: false
prerelease: false
token: ${{ secrets.MY_GITHUB_TOKEN }}

- name: Upload Release Asset
id: upload-release-asset
Expand All @@ -58,6 +59,8 @@ jobs:
asset_path: ./build/ios/iphoneos/Runner.app.zip
asset_name: ios-app.zip
asset_content_type: application/zip
token: ${{ secrets.MY_GITHUB_TOKEN }}


Android-Build-and-Release:
name: Testing build for android
Expand Down

0 comments on commit d665c30

Please sign in to comment.