From cb9e5e0b6dd4bc12576ccee6e1a0b892e7421745 Mon Sep 17 00:00:00 2001 From: Kasper Peeters Date: Thu, 19 Sep 2024 12:43:29 +0100 Subject: [PATCH] Cleanup windows runner. --- .github/workflows/windows.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0eb1ff4869..260f861ba2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -54,10 +54,10 @@ jobs: VER=$(cat ${{ github.workspace }}/build/VERSION) echo "VERSION=$VER" >> $GITHUB_ENV -# - name: Upload release assets -# run: | -# ls ${{ github.workspace }}/artifacts/ -# gh release upload "${{ env.VERSION }}" ${{ github.workspace }}/artifacts/Cadabra_${{ env.VERSION }}_${{ matrix.arch }}.AppImage --clobber -# env: -# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Upload release assets + run: | + ls ${{ github.workspace }}/artifacts/ + gh release upload "${{ env.VERSION }}" ${{ github.workspace }}/artifacts/Cadabra_${{ env.VERSION }}_${{ matrix.arch }}.AppImage --clobber + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}