Add unzip step
This commit is contained in:
4
.github/workflows/release-build.yaml
vendored
4
.github/workflows/release-build.yaml
vendored
@@ -603,6 +603,10 @@ jobs:
|
||||
with:
|
||||
name: windows-installer-artifacts
|
||||
|
||||
- name: "Unzip release artifact"
|
||||
run: |-
|
||||
unzip *.zip
|
||||
|
||||
- name: "Upload artifacts to repository server"
|
||||
uses: appleboy/scp-action@917f8b81dfc1ccd331fef9e2d61bdc6c8be94634 # v0.1.7
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user