There was an error while loading. Please reload this page.
1 parent 97bae48 commit fe6b144Copy full SHA for fe6b144
1 file changed
.github/workflows/build.yml
@@ -158,11 +158,14 @@ jobs:
158
# `overwrite: true` doesn't work with `archive: false`, so we have to delete the original first
159
# https://github.com/actions/upload-artifact/issues/769
160
# https://github.com/actions/upload-artifact/issues/785
161
- - name: Delete setup
+ - name: Delete temporary artifacts
162
if: github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master' # Only manual master builds
163
uses: geekyeggo/delete-artifact@v6
164
with:
165
- name: OpenShellSetup*.exe
+ name: |
166
+ OpenShellSetup*.exe
167
+ Binaries
168
+ MSI
169
170
- name: Upload setup (signed)
171
0 commit comments