Skip to content

Commit

Permalink
enable signing
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Dec 12, 2024
1 parent 6a6711e commit 71f6180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fw-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
MakeAppx.exe bundle /v /bv ${{ needs.build-and-test.outputs.semver-version }}.1 /d . /p ../sign/FwLiteDesktop.msixbundle
- name: Sign with Trusted Signing
if: ${{ github.ref_name == 'develop' || github.ref_name == 'main' || github.ref_name == 'chore/auto-update-package-in-use' }}
# if: ${{ github.ref_name == 'develop' || github.ref_name == 'main' || github.ref_name == 'chore/auto-update-package-in-use' }}
uses: sillsdev/codesign/trusted-signing-action@v3
with:
credentials: ${{ secrets.TRUSTED_SIGNING_CREDENTIALS }}
Expand Down

0 comments on commit 71f6180

Please sign in to comment.