Skip to content

Commit

Permalink
Revert "test v6"
Browse files Browse the repository at this point in the history
This reverts commit 36f85b4.
  • Loading branch information
Baptou88 committed Jul 30, 2023
1 parent fb01851 commit cdf9fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: 'Build APK'
id: 'build'
run: 'flutter build apk --split-per-abi && echo " name=built-apk::build/app/outputs/flutter-apk/" >>$GITHUB_OUTPUT'
run: 'flutter build apk --split-per-abi && echo "::set-output name=built-apk::build/app/outputs/flutter-apk/"'
# Build the APK using the value of the "matrix-target" input.
# Use the "id" property to give the step a unique identifier.
# Use the "::set-output" command to set the value of the "built-apk" output variable.
Expand Down

0 comments on commit cdf9fbb

Please sign in to comment.