Skip to content

Commit

Permalink
Improvements to Windows artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
asfernandes committed Jul 7, 2020
1 parent 0684a33 commit e10dbe2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
set FBJAVA_CONFIG=Release
call bootstrap.bat install
set FBJAVA_ROOT=%CD%\install
mkdir artifacts
xcopy /e install artifacts\fbjava-windows-x64\
call run-maven.bat --batch-mode install -Dgpg.skip=true
echo include %FBJAVA_ROOT%\conf\fbjava.conf >> %FIREBIRD%\plugins.conf
cd %FBJAVA_ROOT%\examples\fbjava-example
Expand All @@ -96,4 +98,4 @@ jobs:
uses: actions/upload-artifact@master
with:
name: fbjava-windows-x64
path: install
path: artifacts

0 comments on commit e10dbe2

Please sign in to comment.