Skip to content

Commit

Permalink
Merge pull request #122 from hsorby/main
Browse files Browse the repository at this point in the history
Upgrade actions used in on-demand-deployment script.
  • Loading branch information
hsorby authored Jul 30, 2024
2 parents ee7bee0 + f9bc42f commit d4ff5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-demand-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
shell: bash
run: brew install create-dmg
- name: Import Certificates (macOS)
uses: apple-actions/import-codesign-certs@v2
uses: apple-actions/import-codesign-certs@v3
if: runner.os == 'macOS'
with:
p12-file-base64: ${{ secrets.APPLE_DEV_APP_CERT }}
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
xcrun stapler staple "${{ steps.create-installer.outputs.file }}"
- name: Upload asset
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: ${{ steps.create-installer.outputs.file }}
tag_name: ${{ matrix.tag }}

0 comments on commit d4ff5c3

Please sign in to comment.