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-20 04:54:53 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-02-20 15:46:03 +0300
commitad384813126ba138fdfa3a6c58ee2a173e4e0bbc (patch)
tree7e006f8036787679d9d31449f2e367842acb06f1 /.github
parent937285ea3b72aaee22b30694dd9862da860edcf7 (diff)
Update release.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1b50f188..ca2be2f1 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -116,12 +116,11 @@ jobs:
- name: Package
run: tar -zcvf x-ui-linux-${{ matrix.platform }}.tar.gz x-ui
- - name: Upload
- uses: svenstaro/upload-release-action@2.7.0
+ - name: Upload files to GH release
+ uses: MHSanaei/upload-release-action@2.8.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
- overwrite: true