mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(CI): Upload release Windows zips from GH actions workflow
This commit is contained in:
parent
c06e830f71
commit
a07ab89cc8
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
@ -245,7 +245,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: setup-qtox-x86_64-${{ matrix.build_type }}.zip
|
name: setup-qtox-x86_64-${{ matrix.build_type }}.zip
|
||||||
path: install-prefix/qtox-x86_64-debug.zip
|
path: install-prefix/qtox-x86_64-${{ matrix.build_type }}.zip
|
||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
build-windows-i686:
|
build-windows-i686:
|
||||||
name: Windows i686
|
name: Windows i686
|
||||||
|
@ -272,7 +272,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: setup-qtox-i686-${{ matrix.build_type }}.zip
|
name: setup-qtox-i686-${{ matrix.build_type }}.zip
|
||||||
path: install-prefix/qtox-i686-debug.zip
|
path: install-prefix/qtox-i686-${{ matrix.build_type }}.zip
|
||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
build-osx:
|
build-osx:
|
||||||
name: macOS
|
name: macOS
|
||||||
|
|
Loading…
Reference in New Issue
Block a user