Skip to content

Commit

Permalink
fix yml error
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Feb 3, 2024
1 parent 3aece39 commit a959fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: |
${{vars.ANDROID_BUILD_PATH }/Vernet-${{github.ref_name}}-${{env.ANDROID_APK_ARM_V7A}}
${{vars.ANDROID_BUILD_PATH}}/Vernet-${{github.ref_name}}-${{env.ANDROID_APK_ARM_V7A}}
${{vars.ANDROID_BUILD_PATH}}/Vernet-${{github.ref_name}}-${{env.ANDROID_APK_ARM_V8A}}
${{vars.ANDROID_BUILD_PATH}}/Vernet-${{github.ref_name}}-${{env.ANDROID_APK_x86_64}}
Expand Down

0 comments on commit a959fe0

Please sign in to comment.