From a25cc20e62d8917d3ed22abde1a753a136bf61e8 Mon Sep 17 00:00:00 2001 From: TheStanish Date: Wed, 7 Jun 2023 10:57:06 -0400 Subject: [PATCH] 1.2.1 test --- .github/workflows/build.yaml | 4 ++-- index.html | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e97a0af..e44557e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,7 +33,7 @@ jobs: id: find_latest_asset run: | latest_file=$(ls -t ../../out/make/* | head -n1) - echo "::set-output name=asset_path::$latest_file" + echo "::set-output name=asset_paths::$latest_file" - name: Create Release id: create_release @@ -53,6 +53,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ${{ steps.find_latest_asset.outputs.asset_path }} + asset_paths: ${{ steps.find_latest_asset.outputs.asset_paths }} asset_name: hoseki-admin.zip asset_content_type: application/zip diff --git a/index.html b/index.html index 0c51ff0..9995955 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@

Hello Hoseki! Meh

-

Welcome to your Electron application v1.2.0

+

Welcome to your Electron application v1.2.1

First paragraph

Second paragraph

Third paragraph

diff --git a/package.json b/package.json index e39d0ca..c1741a4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hoseki-admin", "productName": "hoseki-admin", - "version": "1.2.0", + "version": "1.2.1", "description": "Hoseki admin app test", "main": ".vite/build/main.js", "scripts": {