From 8c1c90eb65e867ce9fa4affd2626d1492a10091c Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Wed, 11 May 2022 09:40:22 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0031929..383ba0a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,19 +49,19 @@ jobs: name: artifacts path: "${{ join(fromJSON(steps.tauri_build.outputs.artifacts), '\n') }}" - publish: - needs: build-binaries - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/download-artifact@v3 - id: download - with: - name: artifacts - path: artifacts - - name: "create release" - uses: softprops/action-gh-release@master - env: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - with: - files: ./artifacts/**/* \ No newline at end of file + # publish: + # needs: build-binaries + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v2 + # - uses: actions/download-artifact@v3 + # id: download + # with: + # name: artifacts + # path: artifacts + # - name: "create release" + # uses: softprops/action-gh-release@master + # env: + # GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + # with: + # files: ./artifacts/**/*