Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTharz committed Jun 15, 2024
1 parent 2c49b6b commit b046a7a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,3 @@ jobs:
with:
name: Electron-app
path: dist/*.exe

- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/*.exe # Path to the artifact
asset_name: electron-app-windows.exe # Name of the asset
asset_content_type: application/octet-stream

0 comments on commit b046a7a

Please sign in to comment.