Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitalita committed May 30, 2022
1 parent 5bf63ba commit 4990e3d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/all_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,20 @@ jobs:
zip -r9 "osx.zip" "osx_template.app/"
cd ..
- name: Download rcedit.exe
uses: robinraju/release-downloader@v1
if: matrix.platform == 'windows'
with:
repository: electron/rcedit
latest: true
fileName: rcedit-x64.exe
out-file-path: ${{ runner.tool_cache }}/rcedit
- name: Setup rcedit
if: matrix.platform == 'windows'
run: |
Rename-Item ${{ runner.tool_cache }}\rcedit\rcedit-x64.exe ${{ runner.tool_cache }}\rcedit\rcedit.exe
echo "${{ runner.tool_cache }}\rcedit" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Export standalone GDRE Tools
continue-on-error: true
shell: pwsh
Expand Down

0 comments on commit 4990e3d

Please sign in to comment.