We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76ef33 commit 3e81934Copy full SHA for 3e81934
.github/workflows/main.yml
@@ -14,13 +14,13 @@ jobs:
14
channel: 'stable'
15
cache: true
16
17
- # https://github.com/subosito/flutter-action/issues/278
18
- - name: Export pub environment variable
19
- run: |
20
- if [ "$RUNNER_OS" == "Windows" ]; then
21
- echo "PUB_CACHE=$LOCALAPPDATA\\Pub\\Cache" >> $GITHUB_ENV
22
- fi
23
- shell: bash
+ # https://github.com/subosito/flutter-action/issues/278
+ - name: Export pub environment variable
+ run: |
+ if [ "$RUNNER_OS" == "Windows" ]; then
+ echo "PUB_CACHE=$LOCALAPPDATA\\Pub\\Cache" >> $GITHUB_ENV
+ fi
+ shell: bash
24
25
- run: echo "NEW_VERSION=${{ github.ref_name }}" | Out-File -FilePath $env:GITHUB_ENV -Append
26
0 commit comments