Skip to content

Commit

Permalink
Use artifact id for SignPath
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Jun 26, 2024
1 parent 7ff43cf commit cf123a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: desktopapp-${{ matrix.os }}
id: upload-unsigned-artifact-${{ matrix.os }}
path: |
*.msix
app/desktop/build/compose/binaries/main-release/deb/*.deb
Expand Down Expand Up @@ -194,7 +195,7 @@ jobs:
project-slug: tonbrett
signing-policy-slug: test-signing
artifact-configuration-slug: tonbrett
github-artifact-id: desktopapp-windows-latest
github-artifact-id: ${{ steps.upload-unsigned-artifact-windows-latest.outputs.artifact-id }}

release_to_msstore:
name: Publish to MSStore
Expand Down

0 comments on commit cf123a2

Please sign in to comment.