Upload source/installer files as separate artifacts.

This commit is contained in:
Pentarctagon 2022-01-09 21:00:43 -06:00
parent 2afc7f80bd
commit 7a3fdc694b
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -125,12 +125,18 @@ jobs:
export CACHE_DIR=/home/wesnoth-CI/build
./.github/workflows/ci-scripts/ubuntu.sh
- name: Upload
- name: Upload 1
uses: actions/upload-artifact@v2
with:
name: Source-And-Windows-Installer
name: Source
path: |
~/wesnoth-*.tar.bz2
- name: Upload 2
uses: actions/upload-artifact@v2
with:
name: Windows-Installer
path: |
~/wesnoth-*-win64.exe
flatpak: