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 0190ba2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ jobs:
- name: Install
run: cmake --install ${{github.workspace}}\out\build\windows-release

- name: Clean-up
run: ./clean.sh ${{github.workspace}}\out\build\windows-release

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

0 comments on commit 0190ba2

Please sign in to comment.