Skip to content

Commit f6543f8

Browse files
committed
update workflow
1 parent a4e0050 commit f6543f8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/workflow.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,14 @@ jobs:
3030
- name: Install
3131
run: cmake --install ${{github.workspace}}\out\build\windows-release
3232

33-
- name: Upload artifact windows-release-${{ steps.vars.outputs.sha_short }}.zip
33+
- name: Clean-up
34+
shell: bash
35+
run: |
36+
./clean.sh "./out/install/windows-release"
37+
38+
- name: Upload artifact windows-libdispatch.zip
3439
if: ${{ !env.ACT }}
3540
uses: actions/upload-artifact@v1
3641
with:
37-
name: windows-release-${{ steps.vars.outputs.sha_short }}
38-
path: ./out
42+
name: windows-libdispatch
43+
path: ./out/install/windows-release/

0 commit comments

Comments
 (0)