mirror of
https://github.com/driftywinds/cyan-builder.git
synced 2025-12-19 03:33:32 +00:00
Update main.yml
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
|||||||
draft: true
|
draft: true
|
||||||
prerelease: false
|
prerelease: false
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
- name: Upload output.ipa to release
|
- name: Upload output.ipa to release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
@@ -62,4 +62,4 @@ jobs:
|
|||||||
tag_name: injected-ipa-${{ github.run_number }}
|
tag_name: injected-ipa-${{ github.run_number }}
|
||||||
files: output.ipa
|
files: output.ipa
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user