Skip to content

Commit

Permalink
Update buildapp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zeuikli authored and SoCuul committed Sep 23, 2024
1 parent ba74c75 commit 48ebbbf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/buildapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,17 @@ jobs:
name: SCInsta_${{ github.run_number }}
path: /Users/runner/work/SCInsta/SCInsta/SCInsta/packages/SCInsta-sideloaded.ipa
if-no-files-found: error

- name: Create Release
id: create_release
uses: softprops/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v0.4.1
name: v0.4.1
files: |
/Users/runner/work/SCInsta/SCInsta/SCInsta/packages/*.ipa
/Users/runner/work/SCInsta/SCInsta/SCInsta/packages/*.deb

0 comments on commit 48ebbbf

Please sign in to comment.