Skip to content

Commit

Permalink
switch release action
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinschumacher committed Dec 23, 2024
1 parent b1cf3ea commit 89264af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ jobs:
new_version="${{ env.VERSION }}-build-${{ github.run_number }}"
echo "VERSION=$new_version" >> $GITHUB_ENV
#13 Create Release
- name: Create Release
uses: ncipollo/release-action@v1
- name: Release
uses: softprops/action-gh-release@v2
with:
artifacts: "build/app/outputs/flutter-apk/app-release.apk,build/app/outputs/bundle/release/app-release.aab"
tag: v${{ env.VERSION }}
token: ${{ secrets.TOKEN }}
files: |
build/app/outputs/flutter-apk/app-release.apk
build/app/outputs/bundle/release/app-release.aab
LICENSE

0 comments on commit 89264af

Please # to comment.