|
@@ -133,7 +133,7 @@ jobs:
|
|
|
run: tar -zcvf x-ui-linux-${{ matrix.platform }}.tar.gz x-ui
|
|
run: tar -zcvf x-ui-linux-${{ matrix.platform }}.tar.gz x-ui
|
|
|
|
|
|
|
|
- name: Upload files to Artifacts
|
|
- name: Upload files to Artifacts
|
|
|
- uses: actions/upload-artifact@v4
|
|
|
|
|
|
|
+ uses: actions/upload-artifact@v7
|
|
|
with:
|
|
with:
|
|
|
name: x-ui-linux-${{ matrix.platform }}
|
|
name: x-ui-linux-${{ matrix.platform }}
|
|
|
path: ./x-ui-linux-${{ matrix.platform }}.tar.gz
|
|
path: ./x-ui-linux-${{ matrix.platform }}.tar.gz
|
|
@@ -230,7 +230,7 @@ jobs:
|
|
|
Compress-Archive -Path .\x-ui -DestinationPath "x-ui-windows-amd64.zip"
|
|
Compress-Archive -Path .\x-ui -DestinationPath "x-ui-windows-amd64.zip"
|
|
|
|
|
|
|
|
- name: Upload files to Artifacts
|
|
- name: Upload files to Artifacts
|
|
|
- uses: actions/upload-artifact@v4
|
|
|
|
|
|
|
+ uses: actions/upload-artifact@v7
|
|
|
with:
|
|
with:
|
|
|
name: x-ui-windows-amd64
|
|
name: x-ui-windows-amd64
|
|
|
path: ./x-ui-windows-amd64.zip
|
|
path: ./x-ui-windows-amd64.zip
|