Build Fix

This commit is contained in:
2026-07-17 10:21:31 +01:00
parent e9131abd0a
commit ee31085a51
+7 -4
View File
@@ -8,6 +8,8 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
contents: write
env: env:
BUILD_VERSION: ${{ github.ref_name }} BUILD_VERSION: ${{ github.ref_name }}
steps: steps:
@@ -29,8 +31,9 @@ jobs:
- name: Build Windows executable - name: Build Windows executable
run: npm run build:win run: npm run build:win
- name: Upload artifact - name: Publish release
uses: actions/upload-artifact@v3 uses: softprops/action-gh-release@v3
with: with:
name: gSheets-Rate-Assistant-${{ github.ref_name }} tag_name: ${{ github.ref_name }}
path: dist/*.exe name: gSheets-Rate-Assistant ${{ github.ref_name }}
files: dist/*.exe