diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d20a9bb..91edd29 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -37,7 +37,7 @@ jobs: - name: Find latest asset id: find_latest_asset run: | - asset_path=$(pwd)/out/make/*.*.*.zip + asset_path=hoseki-admin/out/make/*.*.*.zip echo "::set-output name=asset_path::$asset_path" - name: Create Release diff --git a/index.html b/index.html index 9e21c4b..20659bd 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@
Welcome to your Electron application v1.3.7
+Welcome to your Electron application v1.3.8
First paragraph
Second paragraph
Third paragraph
diff --git a/package.json b/package.json index 9010b4a..25c8546 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hoseki-admin", "productName": "hoseki-admin", - "version": "1.3.7", + "version": "1.3.8", "description": "Hoseki admin app test", "main": ".vite/build/main.js", "scripts": {