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-07-15 12:09:24 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-07-15 12:09:24 +0300
commit56159d9c5258e80ae1210298efd5da6440738370 (patch)
treef2ee3fabfa4a0e4e734dbfaf3f91a2e86a426dd1 /.github
parent6cbdf640136841e656e93941849f5e8088009824 (diff)
Upload files to Artifacts
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index de26453b..ab891ebb 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -125,7 +125,13 @@ jobs:
- name: Package
run: tar -zcvf x-ui-linux-${{ matrix.platform }}.tar.gz x-ui
-
+
+ - name: Upload files to Artifacts
+ uses: actions/upload-artifact@v4
+ with:
+ name: x-ui-linux-${{ matrix.platform }}.tar.gz
+ path: ./x-ui-linux-${{ matrix.platform }}.tar.gz
+
- name: Upload files to GH release
uses: svenstaro/upload-release-action@v2
with: