Skip to content

Commit

Permalink
Revert to old config
Browse files Browse the repository at this point in the history
  • Loading branch information
aandrew-me committed Mar 10, 2023
1 parent a7da154 commit 0677e31
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,13 @@ jobs:

- run: cp build/app/outputs/flutter-apk/app-release.apk battery-alarm.apk

- uses: ncipollo/release-action@v2
- name: Release
uses: softprops/action-gh-release@v1

with:
artifacts: "build/app/outputs/flutter-apk/*.apk"
token: $
# uses: softprops/action-gh-release@v1

# with:
# draft: true
# prerelease: false
# body: ""
# files: |
# battery-alarm.apk
# token: ${{ secrets.GITHUB_TOKEN }}
draft: true
prerelease: false
body: ""
files: |
battery-alarm.apk
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0677e31

Please sign in to comment.