Quellcode durchsuchen

forgot linux tag name

Co-Authored-By: somebodywashere <[email protected]>
MHSanaei vor 1 Jahr
Ursprung
Commit
48dce38e14
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      .github/workflows/release.yml

+ 4 - 4
.github/workflows/release.yml

@@ -59,18 +59,18 @@ jobs:
           wget https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat
           wget https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat
           wget https://github.com/bootmortis/iran-hosted-domains/releases/latest/download/iran.dat
-          mv xray xray-${{ matrix.platform }}
+          mv xray xray-linux-${{ matrix.platform }}
           cd ../..
           
       - name: Package
-        run: tar -zcvf x-ui-${{ matrix.platform }}.tar.gz x-ui
+        run: tar -zcvf x-ui-linux-${{ matrix.platform }}.tar.gz x-ui
         
       - name: Upload
         uses: svenstaro/[email protected]
         with:
           repo_token: ${{ secrets.GITHUB_TOKEN }}
           tag: ${{ github.ref }}
-          file: x-ui-${{ matrix.platform }}.tar.gz
-          asset_name: x-ui-${{ matrix.platform }}.tar.gz
+          file: x-ui-linux-${{ matrix.platform }}.tar.gz
+          asset_name: x-ui-linux-${{ matrix.platform }}.tar.gz
           prerelease: true
           overwrite: true