Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba160 committed Jan 13, 2024
1 parent a4e0050 commit 0d4e9b4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ jobs:
- name: Install
run: cmake --install ${{github.workspace}}\out\build\windows-release

- name: Upload artifact windows-release-${{ steps.vars.outputs.sha_short }}.zip
- name: Clean-up
shell: bash
run: ./clean.sh ./out/build/windows-release

- name: Upload artifact windows-libdispatch.zip
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v1
with:
name: windows-release-${{ steps.vars.outputs.sha_short }}
path: ./out
name: windows-libdispatch
path: ./out/install/windows-release/

0 comments on commit 0d4e9b4

Please sign in to comment.