Skip to content

Commit

Permalink
Fix upload/download artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroboron committed Apr 18, 2024
1 parent 2063221 commit 560ad40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_variant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: duckduckgo-dmg
path: ${{ github.workspace }}/dmg
path: ${{ github.workspace }}/dmg/DuckDuckGo.app

- name: Download release app
# Download the release app only if download-dmg-artifact fails
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: duckduckgo-dmg
path: ${{ github.workspace }}/dmg
path: ${{ github.workspace }}/dmg/DuckDuckGo.app
retention-days: 1


Expand Down

0 comments on commit 560ad40

Please sign in to comment.