File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments