diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 91edd29..556b123 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=hoseki-admin/out/make/*.*.*.zip + asset_path=$(ls -t "${{ github.workspace }}/out/make/*.*.*.zip" | head -n1) echo "::set-output name=asset_path::$asset_path" - name: Create Release diff --git a/index.html b/index.html index 20659bd..79c392a 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@

Hello Hoseki! Meh

-

Welcome to your Electron application v1.3.8

+

Welcome to your Electron application v1.3.9

First paragraph

Second paragraph

Third paragraph

diff --git a/package.json b/package.json index 25c8546..4118a1d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hoseki-admin", "productName": "hoseki-admin", - "version": "1.3.8", + "version": "1.3.9", "description": "Hoseki admin app test", "main": ".vite/build/main.js", "scripts": {