Skip to content

Commit

Permalink
ci: change signpath signing policy
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Sep 14, 2024
1 parent d82951d commit 2d39696
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ jobs:
node -e "const fs = require('node:fs'); const pkg = require('./package.json'); pkg.version = '${{ env.PKG_VERSION }}'; fs.writeFileSync('package.json', JSON.stringify(pkg, null, 2));"
- name: Build package
env:
DEBUG: "electron-notarize*"
run: |
echo "Installing dependencies..."
npm ci
Expand All @@ -167,7 +165,7 @@ jobs:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: '${{ secrets.SIGNPATH_ORG_ID }}'
project-slug: 'editor'
signing-policy-slug: 'test-signing'
signing-policy-slug: 'release-signing'
github-artifact-id: '${{ steps.artifactupload.outputs.artifact-id }}'
wait-for-completion: true
output-artifact-directory: signed-build
Expand Down

0 comments on commit 2d39696

Please sign in to comment.