diff --git a/.github/workflows/windows_release.yml b/.github/workflows/windows_release.yml index 6ad7670..0ec4cb0 100644 --- a/.github/workflows/windows_release.yml +++ b/.github/workflows/windows_release.yml @@ -102,7 +102,7 @@ jobs: - name: Upload build to S3 Bucket if: github.event_name == 'push' - working-directory: ${{ runner.temp }}/shadow_build_dir/package + working-directory: ${{ runner.temp }}\shadow_build_dir\staging run: | aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} aws configure set aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} @@ -110,7 +110,7 @@ jobs: - name: Upload tagged stable build to S3 latest Bucket if: github.event_name == 'push' && github.ref_type == 'tag' - working-directory: ${{ runner.temp }}/shadow_build_dir/package + working-directory: ${{ runner.temp }}\shadow_build_dir\staging run: | aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} aws configure set aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }}