Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonicrahul committed Feb 17, 2024
1 parent 9cb1ed9 commit 513f5c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Build Electron App for Windows
run: electron-builder build --windows --publish never

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
github_token: ${{ secrets.GH_TOKEN }}
publish_dir: ./dist
name: windows-executable # Specify the name for the artifact
path: ./dist/* # Specify the path to the built executable or files

0 comments on commit 513f5c8

Please sign in to comment.