We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0684a33 commit e10dbe2Copy full SHA for e10dbe2
.github/workflows/build.yml
@@ -75,6 +75,8 @@ jobs:
75
set FBJAVA_CONFIG=Release
76
call bootstrap.bat install
77
set FBJAVA_ROOT=%CD%\install
78
+ mkdir artifacts
79
+ xcopy /e install artifacts\fbjava-windows-x64\
80
call run-maven.bat --batch-mode install -Dgpg.skip=true
81
echo include %FBJAVA_ROOT%\conf\fbjava.conf >> %FIREBIRD%\plugins.conf
82
cd %FBJAVA_ROOT%\examples\fbjava-example
@@ -96,4 +98,4 @@ jobs:
96
98
uses: actions/upload-artifact@master
97
99
with:
100
name: fbjava-windows-x64
- path: install
101
+ path: artifacts
0 commit comments