Skip to content

Commit

Permalink
Adds commit hash in the comment (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
zgosalvez authored Dec 24, 2020
1 parent 35aa223 commit ab68f23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
steps:
- name: Clone the repository
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
# - name: Ensure SHA pinned actions
# uses: zgosalvez/github-actions-ensure-sha-pinned-actions@e70e07ef05f0a3bf1483fde3c50eeab9c1805041 # v1.0.1
- name: Ensure SHA pinned actions
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@e70e07ef05f0a3bf1483fde3c50eeab9c1805041 # v1.0.1

testing:
name: Run ${{ matrix.category }} testing
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
name: code-coverage
path: coverage
- name: Report code coverage
uses: zgosalvez/github-actions-report-lcov@6c1bcd0451bee80a1ddedf6fbdd62a5d4e740e1b # v1.0.0
uses: zgosalvez/github-actions-report-lcov@dbddb87c1dcd9525e7ebb88700278d58ec7b2f9e # v1.1.0
with:
coverage-files: coverage/lcov.*.info
minimum-coverage: 90
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,16 +173,16 @@ jobs:
run: |
flutter build apk --obfuscate --split-debug-info=$FLUTTER_DEBUG_INFO_PATH
mv build/app/outputs/flutter-apk/app-release.apk app.apk
mv code/build/app/outputs/mapping/release/mapping.txt apk-mapping.txt
mv build/app/outputs/mapping/release/mapping.txt apk-mapping.txt
working-directory: code

# aab
- name: Build an Android App Bundle file
if: matrix.file == 'aab'
run: |
flutter build appbundle --obfuscate --split-debug-info=$FLUTTER_DEBUG_INFO_PATH
mv code/build/app/outputs/bundle/release/app-release.aab app.aab
mv code/build/app/outputs/mapping/release/mapping.txt aab-mapping.txt
mv build/app/outputs/bundle/release/app-release.aab app.aab
mv build/app/outputs/mapping/release/mapping.txt aab-mapping.txt
working-directory: code

# apk/aab
Expand Down

0 comments on commit ab68f23

Please sign in to comment.