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/**/*