Skip to content

Commit 3e81934

Browse files
committed
fix syntax error in workflow
1 parent e76ef33 commit 3e81934

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
channel: 'stable'
1515
cache: true
1616

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
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
2424

2525
- run: echo "NEW_VERSION=${{ github.ref_name }}" | Out-File -FilePath $env:GITHUB_ENV -Append
2626

0 commit comments

Comments
 (0)