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

Commit

Permalink
ci/cd: Linux building attempts #5
Browse files Browse the repository at this point in the history
  • Loading branch information
realkarmakun committed May 23, 2024
1 parent 3bbcb71 commit 402c7b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
./gradlew nativeCompile
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pteroctl-${{ matrix.os }}
name: pterocli-${{ matrix.os }}
path: |
build/native/nativeCompile/pterocli
build/native/nativeCompile/pterocli.exe
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "ru.meproject"
version = "1.0.0-RC.14"
version = "1.0.0-RC.15"

repositories {
mavenCentral()
Expand Down

0 comments on commit 402c7b8

Please sign in to comment.