Skip to content

Commit

Permalink
Merge pull request #38 from shashankx86/patch-1
Browse files Browse the repository at this point in the history
CI: I added the "-v" argument to the build command.
  • Loading branch information
MiaoMint authored Aug 27, 2023
2 parents 460b1c4 + 7106367 commit d02a2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- run: flutter pub get
# 打包apk
- name: Collect Apks
run: flutter build apk --release --split-per-abi
run: flutter build apk --release --split-per-abi -v
env:
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Install project dependencies
run: flutter pub get
- name: Build artifacts
run: flutter build windows --release
run: flutter build windows --release -v
- name: Build Installer
run: iex ("& {0} {1} {2}" -f '"C:\Program Files (x86)\Inno Setup 6\iscc.exe"',"/DMyAppVersion='${{github.ref_name}}'", ".\inno_setup.iss")
- name: Archive Release
Expand Down

0 comments on commit d02a2c7

Please sign in to comment.