forked from GitHub/gf-core
Enable server, upload artifact (only exe) to Windows build
This commit is contained in:
16
.github/workflows/build-windows-package.yml
vendored
16
.github/workflows/build-windows-package.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user