mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-08-09 09:31:13 +10:00
Compare commits
1
Commits
v4.4.200
...
fe6b144058
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe6b144058 |
@@ -158,11 +158,14 @@ jobs:
|
||||
# `overwrite: true` doesn't work with `archive: false`, so we have to delete the original first
|
||||
# https://github.com/actions/upload-artifact/issues/769
|
||||
# https://github.com/actions/upload-artifact/issues/785
|
||||
- name: Delete setup
|
||||
- name: Delete temporary artifacts
|
||||
if: github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master' # Only manual master builds
|
||||
uses: geekyeggo/delete-artifact@v6
|
||||
with:
|
||||
name: OpenShellSetup*.exe
|
||||
name: |
|
||||
OpenShellSetup*.exe
|
||||
Binaries
|
||||
MSI
|
||||
|
||||
- name: Upload setup (signed)
|
||||
if: github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master' # Only manual master builds
|
||||
|
||||
Reference in New Issue
Block a user