Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 authored Mar 2, 2024
1 parent 67bd30e commit 0dd8a1e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Prepare Theos
uses: Randomblock1/theos-action@v1
with:
orion: 'false'
- name: Install Theos
run: bash -c "$(curl -fsSL https://raw.githubusercontent.com/roothide/theos/master/bin/install-theos)"

- name: Setup Environment
run: echo "THEOS=~/theos" >> $GITHUB_ENV

- name: Build
run: |
# make package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootful
make package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless
# make package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=roothide
make package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=roothide
- name: Upload packages
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0dd8a1e

Please sign in to comment.