From 9bbcba2833900f2da8c900bd5ceb10e90c80203f Mon Sep 17 00:00:00 2001 From: HybridDog Date: Mon, 8 Nov 2021 17:37:59 +0100 Subject: [PATCH] disable the old upload --- .github/workflows/main.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d80c895..aac5ff2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,20 +43,20 @@ jobs: name: "executable" path: upload/firstci/bin/png_percept_down - upload: - name: Make Release and upload Artifacts - needs: - - build - runs-on: ubuntu-20.04 - steps: - - uses: actions/download-artifact@v2 - - name: Show artifact files - run: | - ls -alFR - - name: Make Release and upload Artifacts - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage - chmod +x pyuploadtool-x86_64.AppImage - ./pyuploadtool-x86_64.AppImage **/png_percept_down + #~ upload: + #~ name: Make Release and upload Artifacts + #~ needs: + #~ - build + #~ runs-on: ubuntu-20.04 + #~ steps: + #~ - uses: actions/download-artifact@v2 + #~ - name: Show artifact files + #~ run: | + #~ ls -alFR + #~ - name: Make Release and upload Artifacts + #~ env: + #~ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + #~ run: | + #~ wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage + #~ chmod +x pyuploadtool-x86_64.AppImage + #~ ./pyuploadtool-x86_64.AppImage **/png_percept_down