Build Fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user