Skip to content

Commit 4990e3d

Browse files
committed
ci fix
1 parent 5bf63ba commit 4990e3d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/all_builds.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,20 @@ jobs:
155155
zip -r9 "osx.zip" "osx_template.app/"
156156
cd ..
157157
158+
- name: Download rcedit.exe
159+
uses: robinraju/release-downloader@v1
160+
if: matrix.platform == 'windows'
161+
with:
162+
repository: electron/rcedit
163+
latest: true
164+
fileName: rcedit-x64.exe
165+
out-file-path: ${{ runner.tool_cache }}/rcedit
166+
- name: Setup rcedit
167+
if: matrix.platform == 'windows'
168+
run: |
169+
Rename-Item ${{ runner.tool_cache }}\rcedit\rcedit-x64.exe ${{ runner.tool_cache }}\rcedit\rcedit.exe
170+
echo "${{ runner.tool_cache }}\rcedit" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
171+
158172
- name: Export standalone GDRE Tools
159173
continue-on-error: true
160174
shell: pwsh

0 commit comments

Comments
 (0)