Skip to content

Commit 5cc0597

Browse files
committed
chore: Update app-id and artifact name in workflows
1 parent 01c9e70 commit 5cc0597

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
java-version: 21
2020
# Remove skip-appstore-release and set app-id if you want to release to the App Store
2121
skip-appstore-release: true
22-
# app-id: app-xyz
22+
app-id: app-di1jh8gd

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Download extra-api jar
108108
uses: actions/download-artifact@v4
109109
with:
110-
name: extra-api
110+
name: extra-api-archive
111111
path: build/libs
112112
- name: Get Name of Artifacts
113113
id: get_artifacts

src/main/resources/plugin.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ kind: Plugin
55
metadata:
66
# The name defines how the plugin is invoked, A unique name
77
name: extra-api
8+
annotations:
9+
store.halo.run/app-id: app-di1jh8gd
810
spec:
911
enabled: true
1012
requires: ">=2.21.0"

0 commit comments

Comments
 (0)