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 e591cb2 commit a50209d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:

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

0 comments on commit a50209d

Please sign in to comment.