Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquim Rocha <[email protected]>
  • Loading branch information
joaquimrocha committed Feb 22, 2024
1 parent 96f5ef2 commit 80aaf63
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/app-artifacts-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@ jobs:
app/package-lock.json
frontend/package-lock.json
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: dmgs
path: ./dmgs
if-no-files-found: error
- name: Fetch certificates
if: ${{ inputs.signBinaries }}
shell: pwsh
Expand Down Expand Up @@ -153,7 +157,11 @@ jobs:
needs: notarize
steps:
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: dmgs
path: ./dmgs
if-no-files-found: error
- name: Staple
run: |
ls dmgs
Expand Down

0 comments on commit 80aaf63

Please sign in to comment.