Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cranci1 authored Feb 13, 2024
1 parent ec683c1 commit d14e818
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
run: echo "::set-output name=body::$(git log --format='%s' -n 1)"

- name: Create GitHub Release
uses: marvinpinto/action-automatic-releases@v1.2.1
uses: softprops/action-gh-release@v1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: "latest"
prerelease: true
title: "Release ${{ github.sha }}"
files: |
AnimeGen.ipa
YourApp.ipa
tag_name: ${{ github.sha }}
name: Release ${{ github.sha }}
body: ${{ steps.generate_release_body.outputs.body }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d14e818

Please sign in to comment.