Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Commit

Permalink
ci/cd: trying to build graalvm properly
Browse files Browse the repository at this point in the history
  • Loading branch information
realkarmakun committed May 18, 2024
1 parent ee2e637 commit 1a8efdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
ADMIN_KEY: ${{ secrets.ADMIN_KEY }}
CLIENT_KEY: ${{ secrets.CLIENT_KEY }}
run: |
./gradelew test -Pagent
./gradlew test -Pagent
- name: Build with GraalVM
run: |
Expand All @@ -43,8 +43,8 @@ jobs:
with:
name: pteroctl-${{ matrix.os }}
path: |
build/native/nativeBuild/pterocli
build/native/nativeBuild/pterocli.exe
build/native/nativeCompile/pterocli
build/native/nativeCompile/pterocli.exe
release:
name: Create pteroctl release
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "ru.meproject"
version = "1.0.0-RC.2"
version = "1.0.0-RC.3"

repositories {
mavenCentral()
Expand Down

0 comments on commit 1a8efdd

Please sign in to comment.