Replace linux-all with linux-assets (#381)

* Move linux package specific files to scripts/resources/pkg

* Replace linux-all with linux-assets

* Fix linux-x64 launchers issue

* Remove -e
This commit is contained in:
Mahor
2022-08-10 13:50:07 +00:00
committed by GitHub
parent 21c087e273
commit 9dc598150f
14 changed files with 59 additions and 44 deletions

View File

@@ -81,11 +81,11 @@ jobs:
fail-fast: false
matrix:
os:
- debian-all
- linux-assets
- linux-x64
- linux-all
- macOS-x64
- macOS-arm64
- debian-all
- windows-x64
- windows-x86
@@ -133,11 +133,15 @@ jobs:
path: release
- uses: actions/download-artifact@v3
with:
name: linux-x64
name: debian-all
path: release
- uses: actions/download-artifact@v3
with:
name: linux-all
name: linux-assets
path: release
- uses: actions/download-artifact@v3
with:
name: linux-x64
path: release
- uses: actions/download-artifact@v3
with:
@@ -147,10 +151,6 @@ jobs:
with:
name: macOS-arm64
path: release
- uses: actions/download-artifact@v3
with:
name: debian-all
path: release
- uses: actions/download-artifact@v3
with:
name: windows-x64