diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-17 11:47:22 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-17 14:51:11 +0300 |
| commit | 9de8b4acaf66332678ea0b915c6e3157cbe97b5b (patch) | |
| tree | 5229b2446da72f6a709c44f9c3a3bd7c90a0ab6b /.github/workflows/release.yml | |
| parent | f21c293693b723d12dcbb1a2e8035e25ac230743 (diff) | |
v2.3.9
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 128be2ac..f05a8b06 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -130,7 +130,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: x-ui-linux-${{ matrix.platform }} - path: ./x-ui-linux-${{ matrix.platform }} + path: ./x-ui-linux-${{ matrix.platform }}.tar.gz - name: Upload files to GH release uses: svenstaro/upload-release-action@v2 |
