Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Apr 20, 2024
1 parent fcd5370 commit 3e3ed49
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,15 @@ jobs:
await require("./index.js").release();
- name: Build .ahqstore (Electron)
run: ahqstore build
run: ahqstore upload
env:
APP_ID: U4StnJPm5ssnwpDZHZn4
RELEASE_ID: ${{ needs.create_release.outputs.release_id }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}

- name: Build .ahqstore (Tauri)
run: ahqstore build
run: ahqstore upload
env:
APP_ID: jIvEpRUUzlqFWC2Wb404
RELEASE_ID: ${{ needs.create_release.outputs.release_id }}
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "main.cjs",
"description": "AHQ Store Electron Project",
"author": "AHQ Store Developers",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"homepage": "https://ahq-store.web.app",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ahqstore-sample-project",
"version": "1.2.2",
"version": "1.2.3",
"description": "This repo is an example repo showing **AHQ Store** bundle codebases for\r - Electron\r - Tauri",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tauri/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ahq-store-sample-app",
"private": true,
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion tauri/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ahq-store-sample-app"
version = "1.2.2"
version = "1.2.3"
description = "A Tauri App"
authors = ["AHQ Store Developers"]
license = ""
Expand Down

0 comments on commit 3e3ed49

Please sign in to comment.