Skip to content

Commit

Permalink
Merge pull request #2 from KoolShow/build_by_action
Browse files Browse the repository at this point in the history
Build by action
  • Loading branch information
KoolShow authored Dec 18, 2023
2 parents 213feac + d991bb3 commit 7de77fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,9 @@ jobs:
done
- name: 构建和发布release
uses: ncipollo/release-action@v1
uses: softprops/action-gh-release@v1
with:
# release title
name: v${{ steps.version.outputs.version }}
artifacts: "build/app/outputs/flutter-apk/Pili-*.apk"
bodyFile: "change_log/${{steps.version.outputs.version}}.md"
token: ${{ secrets.GIT_TOKEN }}
allowUpdates: true
body: Bump Version
files: |
build/app/outputs/flutter-apk/Pili-*.apk
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ android {
release {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.release
signingConfig null
}
}
}
Expand Down

0 comments on commit 7de77fb

Please sign in to comment.