From 764edc076a77e59b26e660336d874833d468e847 Mon Sep 17 00:00:00 2001 From: TheStanish Date: Thu, 8 Jun 2023 11:45:45 -0400 Subject: [PATCH] 1.3.9 test --- .github/workflows/build.yaml | 2 +- index.html | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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": {