From 7c0b47a1a9e83bc9c58225417e5775e6a2533ed1 Mon Sep 17 00:00:00 2001 From: TheStanish Date: Thu, 8 Jun 2023 11:57:54 -0400 Subject: [PATCH] 1.4.1 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 a83e5fb..b406c80 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=$(ls -t "${{ github.workspace }}/out/make/*.*.*.zip" | head -n1) + 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 b49f0df..995e5e4 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@

Hello Hoseki! Meh

-

Welcome to your Electron application v1.4.0

+

Welcome to your Electron application v1.4.1

First paragraph

Second paragraph

Third paragraph

diff --git a/package.json b/package.json index 63b9b22..aaf5334 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hoseki-admin", "productName": "hoseki-admin", - "version": "1.4.0", + "version": "1.4.1", "description": "Hoseki admin app test", "main": ".vite/build/main.js", "scripts": {