Skip to content

Commit

Permalink
Try setting working directory in download dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroboron committed Mar 28, 2024
1 parent bb7684d commit 1f9db87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create_variant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
steps:

- name: Download release app
working-directory: ${{ github.workspace }}
run: |
curl -fLSs "${{ vars.RELEASE_DMG_URL }}" --output duckduckgo.dmg
hdiutil attach duckduckgo.dmg -mountpoint vanilla
Expand Down

0 comments on commit 1f9db87

Please sign in to comment.