Skip to content

Commit 9318d85

Browse files
committed
Use correct Polypheny version
1 parent 4cfe8a4 commit 9318d85

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/upload-artifact@v4
3131
with:
3232
name: polypheny-jar
33-
path: dbms/build/libs/dbms-0.10.0-SNAPSHOT.jar
33+
path: dbms/build/libs/dbms-0.10.1-SNAPSHOT.jar
3434

3535
build:
3636
needs: build-polypheny
@@ -63,7 +63,7 @@ jobs:
6363
uses: polypheny/GitHub-Action-Run-Polypheny@dev
6464
with:
6565
cmd: ./gradlew build -PdisableToolchain=true
66-
jar: dbms-0.10.0-SNAPSHOT.jar
66+
jar: dbms-0.10.1-SNAPSHOT.jar
6767
java: ${{ env.JAVA_HOME_17_X64 || env.JAVA_HOME_17_ARM64 }}/bin/java
6868

6969
build-windows:
@@ -91,7 +91,7 @@ jobs:
9191
uses: polypheny/GitHub-Action-Run-Polypheny@v0.2.0
9292
with:
9393
cmd: gradlew.bat build -PdisableToolchain=true
94-
jar: dbms-0.10.0-SNAPSHOT.jar
94+
jar: dbms-0.10.1-SNAPSHOT.jar
9595
java: ${{ env.JAVA_HOME_17_X64 }}\bin\java
9696

9797
test-stores:
@@ -118,5 +118,5 @@ jobs:
118118
uses: polypheny/GitHub-Action-Run-Polypheny@v0.2.0
119119
with:
120120
cmd: ./gradlew build -PdisableToolchain=true
121-
jar: dbms-0.10.0-SNAPSHOT.jar
121+
jar: dbms-0.10.1-SNAPSHOT.jar
122122
default-store: ${{ matrix.adapter }}

0 commit comments

Comments
 (0)