Skip to content

Commit

Permalink
Remove release of web code (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaul authored Aug 30, 2024
1 parent 482e6ec commit bab95cd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:

- name: Build
run: |
npm run build
npm run build-desktop
- name: Tag commit and push
Expand All @@ -78,8 +77,7 @@ jobs:

- name: Create Archives
run: |
zip -r dist dist
zip -r desktop desktop/bin/
zip -r "desktop-${{ steps.package-version.outputs.current-version }}" desktop/bin/
- name: Build Release Notes
id: release_notes
Expand All @@ -97,7 +95,7 @@ jobs:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: ${{ steps.tag_version.outputs.new_tag }}
bodyFile: ${{ steps.release_notes.outputs.release_notes }}
artifacts: "dist.zip,desktop.zip"
artifacts: "desktop-${{ steps.package-version.outputs.current-version }}.zip"
allowUpdates: true
draft: false
prerelease: false
Expand Down

0 comments on commit bab95cd

Please sign in to comment.