Skip to content

Commit

Permalink
Fix issues with Windows release process
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 29, 2024
1 parent 6007057 commit 339555b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ jobs:
name: android-app
- name: Release
uses: softprops/action-gh-release@v2
id: release
with:
files: |
app/desktop/build/compose/binaries/main-release/deb/*.deb
Expand Down Expand Up @@ -339,9 +338,8 @@ jobs:
github-artifact-id: '${{ steps.upload.outputs.artifact-id }}'
wait-for-completion-timeout-in-seconds: 36288000 # SignPath needs to manually validate this, so let's give this a week
output-artifact-directory: signed
- name: Edit Release
uses: irongut/EditRelease@v1.2.0
with:
id: ${{ needs.create_release.outputs.release_id }}
files: signed/Tonbrett.msix
token: ${{ secrets.GITHUB_TOKEN }}
- name: Update Release
uses: softprops/action-gh-release@v2
files: signed/Tonbrett.msix
- name: Upload to winget
uses: ./.github/workflows/winget.yml
1 change: 1 addition & 0 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Winget CI

on:
workflow_dispatch:
workflow_call:
release:
types:
- edited
Expand Down

0 comments on commit 339555b

Please sign in to comment.