Skip to content

Commit

Permalink
Should work now?
Browse files Browse the repository at this point in the history
  • Loading branch information
opa334 committed Feb 19, 2024
1 parent d137d3e commit 404d425
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
run: |
brew install libarchive
- name: Download Bootstraps
run: |
set -x
cd Application/Dopamine/Resources
./download_bootstraps.sh
- name: Build
run: |
set -x
Expand All @@ -82,4 +88,4 @@ jobs:
with:
name: Dopamine
path: |
${{ github.workspace }}/Dopamine/Dopamine.ipa
${{ github.workspace }}/Application/Dopamine.ipa

0 comments on commit 404d425

Please sign in to comment.