Skip to content

Commit

Permalink
[Actions] Forgot to update the release pipeline to match build
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Jan 12, 2022
1 parent 86312f0 commit 7919963
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ jobs:
submodules: recursive

- name: Install Dependencies
run: brew install ldid fakeroot dpkg
run: brew install ldid make dpkg

- name: Setup Theos
uses: actions/checkout@v2
with:
repository: theos/theos
ref: 8771215f765e774bfefdacc6ddf0e151c2973d49
path: theos
submodules: recursive

Expand All @@ -28,7 +27,7 @@ jobs:
env:
THEOS: theos
run: |
make package FINALPACKAGE=1
gmake package FINALPACKAGE=1
echo "::set-output name=package::$(ls -t packages | head -n1)"
- name: Clone Safari
Expand Down

0 comments on commit 7919963

Please sign in to comment.