We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a2da6 commit 3a6eb2bCopy full SHA for 3a6eb2b
.github/workflows/build.yml
@@ -174,7 +174,9 @@ jobs:
174
path: artifacts
175
176
- name: List downloaded artifacts
177
- run: ls -R artifacts
+ run: |
178
+ ls artifacts
179
+ ls -R artifacts
180
181
- name: Windows artifacts
182
run: ls artifacts/windows-x64
@@ -191,7 +193,7 @@ jobs:
191
193
zip -r ./linux-x64.zip ./linux-x64
192
194
zip -r ./windows-x64.zip ./windows-x64
195
zip -r ./macos-arm64.zip ./macos-arm64
- mv windows_installer.exe ./windows-x64/windows-x64\ Inno\ installer.exe
196
+ mv "windows-x64 Inno installer/windows_installer.exe" ./windows-x64/windows-x64\ Inno\ installer.exe
197
198
- name: Create Release
199
uses: softprops/action-gh-release@v1
0 commit comments