1
0
forked from GitHub/gf-core

Enable server, upload artifact (only exe) to Windows build

This commit is contained in:
John J. Camilleri
2020-11-19 00:08:07 +01:00
parent 131d196fad
commit a48bbb3b13

View File

@@ -30,13 +30,13 @@ jobs:
- name: Build GF
run: |
cabal install --only-dependencies
cabal configure
cabal install --only-dependencies -fserver
cabal configure -fserver
cabal build
# - name: Upload artifact
# uses: actions/upload-artifact@v2
# with:
# name: macOS package
# path: dist/gf-*.pkg
# if-no-files-found: error
- name: Upload exe to artifact
uses: actions/upload-artifact@v2
with:
name: Windows package
path: dist\build\gf\gf.exe
if-no-files-found: error