Skip to content

Commit

Permalink
Test check folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroboron committed Mar 28, 2024
1 parent 1f9db87 commit 24af10d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create_variant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,15 @@ jobs:
steps:

- name: Download release app
working-directory: ${{ github.workspace }}
run: |
ls -a
curl -fLSs "${{ vars.RELEASE_DMG_URL }}" --output duckduckgo.dmg
hdiutil attach duckduckgo.dmg -mountpoint vanilla
mkdir -p dmg
cp -R vanilla/DuckDuckGo.app dmg/DuckDuckGo.app
hdiutil detach vanilla
rm -f duckduckgo.dmg
ls -a
- name: Install create-dmg
run: brew install create-dmg
Expand All @@ -95,6 +96,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: main
sparse-checkout: .github

- name: Install Apple Developer ID Application certificate
uses: ./.github/actions/install-certs-and-profiles
Expand All @@ -116,6 +118,7 @@ jobs:
- name: Set up variant
working-directory: ${{ github.workspace }}/dmg
run: |
ls -a
codesign -d --entitlements :- DuckDuckGo.app > entitlements.plist
echo "${{ env.ATB_VARIANT_NAME }}" > "DuckDuckGo.app/Contents/Resources/variant.txt"
echo "${{ env.ORIGIN_VARIANT_NAME }}" > "DuckDuckGo.app/Contents/Resources/origin.txt"
Expand Down

0 comments on commit 24af10d

Please sign in to comment.