Skip to content

Commit

Permalink
Do not create release just upload it
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozRatej committed Aug 1, 2024
1 parent 5c37cfe commit bc651f0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/version-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ jobs:
- run: flutter analyze --no-fatal-warnings --no-fatal-infos
- run: flutter build apk --release --split-per-abi --build-name="${{ env.version }}" --build-number=${{ env.version_code }}
- run: flutter build appbundle --release --build-name="${{ env.version }}" --build-number=${{ env.version_code }}
- name: Create a Release in GitHub
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/apk/release/*.apk,build/app/outputs/bundle/release/app-release.aab"
token: ${{ github.token }}
commit: ${{ github.sha }}
allowUpdates: true
# - name: Create a Release in GitHub
# uses: ncipollo/release-action@v1
# with:
# artifacts: "build/app/outputs/apk/release/*.apk,build/app/outputs/bundle/release/app-release.aab"
# token: ${{ github.token }}
# commit: ${{ github.sha }}
# allowUpdates: true
- name: Upload app bundle
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit bc651f0

Please sign in to comment.