We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c9e70 commit 5cc0597Copy full SHA for 5cc0597
3 files changed
.github/workflows/cd.yaml
@@ -19,4 +19,4 @@ jobs:
19
java-version: 21
20
# Remove skip-appstore-release and set app-id if you want to release to the App Store
21
skip-appstore-release: true
22
- # app-id: app-xyz
+ app-id: app-di1jh8gd
.github/workflows/workflow.yaml
@@ -107,7 +107,7 @@ jobs:
107
- name: Download extra-api jar
108
uses: actions/download-artifact@v4
109
with:
110
- name: extra-api
+ name: extra-api-archive
111
path: build/libs
112
- name: Get Name of Artifacts
113
id: get_artifacts
src/main/resources/plugin.yaml
@@ -5,6 +5,8 @@ kind: Plugin
5
metadata:
6
# The name defines how the plugin is invoked, A unique name
7
name: extra-api
8
+ annotations:
9
+ store.halo.run/app-id: app-di1jh8gd
10
spec:
11
enabled: true
12
requires: ">=2.21.0"
0 commit comments