mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-25 21:38:34 +00:00
Update build.yml
This commit is contained in:
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -228,32 +228,32 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
name: Upload DEB
|
name: Upload DEB
|
||||||
with:
|
with:
|
||||||
name: Linux DEB
|
name: Linux DEB (${{matrix.arch}})
|
||||||
path: artifact-deb
|
path: artifact-deb
|
||||||
|
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
name: Upload RPM
|
name: Upload RPM
|
||||||
with:
|
with:
|
||||||
name: Linux RPM
|
name: Linux RPM (${{matrix.arch}})
|
||||||
path: artifact-rpm
|
path: artifact-rpm
|
||||||
|
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
name: Upload Pacman Package
|
name: Upload Pacman Package
|
||||||
with:
|
with:
|
||||||
name: Linux Pacman
|
name: Linux Pacman (${{matrix.arch}})
|
||||||
path: artifact-pacman
|
path: artifact-pacman
|
||||||
if: ${{ matrix.arch == 'x86_64' }}
|
if: ${{ matrix.arch == 'x86_64' }}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
name: Upload Snap
|
name: Upload Snap
|
||||||
with:
|
with:
|
||||||
name: Linux Snap
|
name: Linux Snap (${{matrix.arch}})
|
||||||
path: artifact-snap
|
path: artifact-snap
|
||||||
|
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
name: Upload Linux tarball
|
name: Upload Linux tarball
|
||||||
with:
|
with:
|
||||||
name: Linux tarball
|
name: Linux tarball (${{matrix.arch}})
|
||||||
path: artifact-tar.gz
|
path: artifact-tar.gz
|
||||||
|
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
@@ -261,6 +261,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Web tarball
|
name: Web tarball
|
||||||
path: artifact-web
|
path: artifact-web
|
||||||
|
if: ${{ matrix.arch == 'x86_64' }}
|
||||||
|
|
||||||
|
|
||||||
Windows-Build:
|
Windows-Build:
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
|
Reference in New Issue
Block a user