Skip to content

Commit 919e457

Browse files
committed
v0.2.0 Publish to AHQ Store apps repo
1 parent bc43d36 commit 919e457

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.ahqstore/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"appId": "8LmFkl89xtm84WvYaIkL",
44
"appShortcutName": "AHQ Store Tauri Template",
55
"appDisplayName": "Template for Tauri",
6-
"authorId": "9MXn6dqO0qaUiqYDiaPoV5k3owd2",
6+
"authorId": "1",
77
"description": "A sample tauri app",
88
"repo": {
99
"author": "ahqstore",

.github/workflows/publish.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,16 @@ jobs:
9292
- name: Setup NodeJS
9393
uses: actions/setup-node@v4
9494

95-
- name: Install AHQ Store CLI
96-
run: npm i -g pnpm @ahqstore/cli
95+
- name: Install pnpm
96+
run: npm i -g pnpm
9797

9898
- name: Build
99-
run: ahqstore build
99+
uses: ahqstore/[email protected]
100+
with:
101+
release: ${{ needs.create_release.outputs.r_id }}
102+
upload: true
100103
env:
101-
RELEASE_ID: ${{ needs.create_release.outputs.r_id }}
102-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103-
GITHUB_REPOSITORY: ${{ github.repository }}
104+
GH_TOKEN: ${{ secrets.PAT_G_H }}
104105

105106
- name: Install Utils Deps
106107
run: pnpm install

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ahqstore-tauri-template",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.2.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ahqstore-tauri-template"
3-
version = "0.0.0"
3+
version = "0.2.0"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

src-tauri/tauri.conf.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"distDir": "../dist"
77
},
88
"package": {
9-
"productName": "ahqstore-tauri-template",
10-
"version": "0.0.0"
9+
"productName": "ahqstore-tauri-template"
1110
},
1211
"tauri": {
1312
"allowlist": {

0 commit comments

Comments
 (0)