Skip to content

Commit 2bfa874

Browse files
committed
test release: v0.0.2
1 parent fb5bc36 commit 2bfa874

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# Build all platform binaries and package skill bundles
5858
build:
5959
name: Build and package all platforms
60-
# needs: test
60+
needs: test
6161
runs-on: macos-latest
6262

6363
steps:
@@ -89,6 +89,11 @@ jobs:
8989
- name: Package all skill bundles
9090
run: ./gradlew :codex-kkp-cli:packageAllSkills -Pversion=${{ steps.version.outputs.version }} --no-daemon --stacktrace
9191

92+
- name: List skills
93+
run: |
94+
echo "Release skills prepared:"
95+
ls -lh codex-kkp-cli/build/skills/
96+
9297
- name: List release artifacts
9398
run: |
9499
echo "Release artifacts prepared:"
@@ -106,6 +111,7 @@ jobs:
106111
with:
107112
name: skill-directories
108113
path: codex-kkp-cli/build/skills/
114+
include-hidden-files: true
109115
retention-days: 7
110116

111117
outputs:

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "love.forte.tools"
8-
version = "0.0.1"
8+
version = "0.0.2"
99

1010
allprojects {
1111
repositories {

0 commit comments

Comments
 (0)