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/