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 - name: Build GF
run: | run: |
cabal install --only-dependencies cabal install --only-dependencies -fserver
cabal configure cabal configure -fserver
cabal build cabal build
# - name: Upload artifact - name: Upload exe to artifact
# uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
# with: with:
# name: macOS package name: Windows package
# path: dist/gf-*.pkg path: dist\build\gf\gf.exe
# if-no-files-found: error if-no-files-found: error