From da9264a136b6a3c057769b557c4e0264b8f5a2b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Wasylk=C3=B3w?= Date: Sat, 13 Jan 2024 18:26:19 +0100 Subject: [PATCH] update workflow --- .github/workflows/workflow.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 82cd21d83..ece9277f9 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -30,9 +30,16 @@ 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: | + echo ${{ github.workspace }} + echo $GITHUB_WORKSPACE + ./clean.sh "$GITHUB_WORKSPACE/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/