diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4dc5a88818..726021cef5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,6 @@ jobs: run: tar -zcvf x-ui-linux-amd64.tar.gz x-ui - name: upload uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') with: files: x-ui-linux-amd64.tar.gz token: ${{ secrets.GHUB_TOKEN }} @@ -99,7 +98,6 @@ jobs: run: tar -zcvf x-ui-linux-arm64.tar.gz x-ui - name: upload uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') with: files: x-ui-linux-amd64.tar.gz token: ${{ secrets.GHUB_TOKEN }} @@ -140,7 +138,6 @@ jobs: run: tar -zcvf x-ui-linux-s390x.tar.gz x-ui - name: upload uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') with: files: x-ui-linux-amd64.tar.gz token: ${{ secrets.GHUB_TOKEN }} \ No newline at end of file