Skip to content

Commit

Permalink
fix: fix build path
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud committed Sep 3, 2024
1 parent 7c7158b commit de15c2f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
id: info
uses: jaywcjlove/github-action-package@main
with:
path: electron-app/ecoindex-app/package.json
path: package.json
- name: Release
uses: softprops/action-gh-release@v1
env:
Expand All @@ -113,12 +113,12 @@ jobs:
name: Release Electron-app ${{ steps.info.outputs.version }}
tag_name: electron-v${{ steps.info.outputs.version }}
files: |
electron-app/ecoindex-app/Release.txt
electron-app/ecoindex-app/out/**/*.deb
electron-app/ecoindex-app/out/**/*.dmg
electron-app/ecoindex-app/out/**/*Setup.exe
electron-app/ecoindex-app/out/**/*setup.exe
electron-app/ecoindex-app/out/**/*.rpm
electron-app/ecoindex-app/out/**/*.zip
electron-app/ecoindex-app/out/**/*.nupkg
electron-app/ecoindex-app/out/**/RELEASES
Release.txt
out/**/*.deb
out/**/*.dmg
out/**/*Setup.exe
out/**/*setup.exe
out/**/*.rpm
out/**/*.zip
out/**/*.nupkg
out/**/RELEASES

0 comments on commit de15c2f

Please sign in to comment.