Skip to content

Commit fe6b144

Browse files
committed
Delete temporary artefacts during official build
They are needed only for signing.
1 parent 97bae48 commit fe6b144

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,14 @@ jobs:
158158
# `overwrite: true` doesn't work with `archive: false`, so we have to delete the original first
159159
# https://github.com/actions/upload-artifact/issues/769
160160
# https://github.com/actions/upload-artifact/issues/785
161-
- name: Delete setup
161+
- name: Delete temporary artifacts
162162
if: github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master' # Only manual master builds
163163
uses: geekyeggo/delete-artifact@v6
164164
with:
165-
name: OpenShellSetup*.exe
165+
name: |
166+
OpenShellSetup*.exe
167+
Binaries
168+
MSI
166169
167170
- name: Upload setup (signed)
168171
if: github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master' # Only manual master builds

0 commit comments

Comments
 (0)