diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a025386..bd1cf2c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,8 +27,8 @@ jobs: include: - target: aarch64-apple-darwin os: macos-latest - - target: x86_64-unknown-linux-gnu - os: ubuntu-latest + # - target: x86_64-unknown-linux-gnu + # os: ubuntu-latest - target: x86_64-unknown-linux-gnu os: ubuntu-20.04 - target: x86_64-apple-darwin @@ -60,5 +60,4 @@ jobs: # (optional) Target triple, default is host triple. target: ${{ matrix.target }} # (required) GitHub token for uploading assets to GitHub Releases. - token: ${{ secrets.GITHUB_TOKEN }} - archive: $bin-$target-$os \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file