Upload source/installer files as separate artifacts.
This commit is contained in:
parent
2afc7f80bd
commit
7a3fdc694b
1 changed files with 8 additions and 2 deletions
10
.github/workflows/ci-main.yml
vendored
10
.github/workflows/ci-main.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue