Skip to content

Commit

Permalink
Try to fix release upload issue - attempt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjef committed Mar 26, 2023
1 parent a570cc6 commit 7021e0b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}

0 comments on commit 7021e0b

Please sign in to comment.