From 56159d9c5258e80ae1210298efd5da6440738370 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Mon, 15 Jul 2024 11:09:24 +0200 Subject: [PATCH] Upload files to Artifacts --- .github/workflows/release.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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: