Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-02-22 01:48:59 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-02-22 11:25:34 +0300
commit5fbd5e85189dcaed58bf913b4a24f0a5af154eee (patch)
tree3548d3b3976e1b5c64d7615df9fe961875be6081
parentc31882cb928b51911a1e5c6aa5021f18b5b0b7ec (diff)
release as a draft
-rw-r--r--.github/workflows/release.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index ca2be2f1..f13462eb 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -117,10 +117,11 @@ jobs:
run: tar -zcvf x-ui-linux-${{ matrix.platform }}.tar.gz x-ui
- name: Upload files to GH release
- uses: MHSanaei/upload-release-action@2.8.0
+ uses: svenstaro/upload-release-action@2.9.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
file: x-ui-linux-${{ matrix.platform }}.tar.gz
asset_name: x-ui-linux-${{ matrix.platform }}.tar.gz
prerelease: true
+ draft: true