Skip to content

Commit

Permalink
test: build rootless only
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfzxcvbn authored Jun 15, 2024
1 parent 31684df commit 1d6bfde
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/build-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,6 @@ jobs:
brew install make
echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH
- name: Build EeveeSpotify (debug)
run: |
make package
echo "filename=$(find . -name '*debug*' -path './packages/*' | cut -d/ -f3)" >> $GITHUB_ENV
- uses: actions/upload-artifact@v4
with:
name: ${{env.filename}}
path: packages/${{env.filename}}
if-no-files-found: error

- name: Build EeveeSpotify (rootful)
run: |
make package FINALPACKAGE=1
echo "filename=$(find . -not -name '*debug*' -path './packages/*' | cut -d/ -f3)" >> $GITHUB_ENV
- uses: actions/upload-artifact@v4
with:
name: ${{env.filename}}
path: packages/${{env.filename}}
if-no-files-found: error

- name: Build EeveeSpotify (rootless)
run: |
make package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless
Expand Down

0 comments on commit 1d6bfde

Please sign in to comment.