Skip to content

Commit

Permalink
Update build_electron_app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beniroquai authored May 1, 2024
1 parent d5d1b24 commit 9ae9e9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_electron_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,18 @@ jobs:
- name: Upload EXE Artifact
uses: actions/upload-artifact@v2
with:
name: ${{ runner.os }}-exe
name: windows-exe-artifact
path: dist/*.exe

release:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: Windows-latest-exe
path: dist
name: windows-exe-artifact # This should match the name used in the upload step
path: dist
- name: Create Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 9ae9e9d

Please sign in to comment.