diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3e9e6c7..a6bd0d1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -137,7 +137,7 @@ jobs: name: Build Windows installer runs-on: windows-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Decode .env run: [IO.File]::WriteAllBytes('.env', [Convert]::FromBase64String('${{ secrets.ENV }}')) - name: Update version in pubspec.yaml