Skip to content

Commit e10dbe2

Browse files
committed
Improvements to Windows artifact.
1 parent 0684a33 commit e10dbe2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
set FBJAVA_CONFIG=Release
7676
call bootstrap.bat install
7777
set FBJAVA_ROOT=%CD%\install
78+
mkdir artifacts
79+
xcopy /e install artifacts\fbjava-windows-x64\
7880
call run-maven.bat --batch-mode install -Dgpg.skip=true
7981
echo include %FBJAVA_ROOT%\conf\fbjava.conf >> %FIREBIRD%\plugins.conf
8082
cd %FBJAVA_ROOT%\examples\fbjava-example
@@ -96,4 +98,4 @@ jobs:
9698
uses: actions/upload-artifact@master
9799
with:
98100
name: fbjava-windows-x64
99-
path: install
101+
path: artifacts

0 commit comments

Comments
 (0)