Skip to content

Commit

Permalink
1.2.1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheStanish committed Jun 7, 2023
1 parent a4a51cb commit a25cc20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<div class="no-drag">
<h1 class="main-msg">Hello Hoseki! Meh</h1>
<p>Welcome to your Electron application v1.2.0</p>
<p>Welcome to your Electron application v1.2.1</p>
<p id="p1">First paragraph</p>
<p id="p2">Second paragraph</p>
<p id="p3">Third paragraph</p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a25cc20

Please sign in to comment.