Skip to content

Commit

Permalink
update release code
Browse files Browse the repository at this point in the history
  • Loading branch information
samlhuillier committed Nov 28, 2023
1 parent 4370159 commit aa2c5c0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,18 @@ jobs:
./release/${{ env.APP_VERSION }}/**/*.exe
./release/${{ env.APP_VERSION }}/**/*.AppImage
./release/${{ env.APP_VERSION }}/**/*.dmg
create_release:
needs: build_and_package
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Download all artifacts
- name: Download Artifacts
uses: actions/download-artifact@v3
with:
path: ./artifacts

- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
files: |
**/*.exe
**/*.AppImage
**/*.dmg
run: npm exec electron-builder -- --publish always --win --mac --linux
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit aa2c5c0

Please sign in to comment.