Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
quintenvandamme committed Apr 26, 2024
1 parent e9b5590 commit a9a3d9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,13 @@ jobs:
setup: |
sudo apt-get update -q -y
sudo apt-get install -q -y desktop-file-utils python3 python-is-python3
run: |
echo "Running on aarch64"
- name: Build TV Downloader
run: |
python build.py build
${which python} build.py build
- name: Upload Binary
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit a9a3d9e

Please sign in to comment.