Fix incorrect workflow syntax
Some checks failed
Build / build-appimage (push) Failing after 11m21s
Build / build-gentoo (push) Failing after 3m4s
Build / build-android (push) Failing after 7m16s

This commit is contained in:
Zachary Hall 2024-10-19 16:43:58 -07:00
parent 1581b5015f
commit cd6e43711b

View file

@ -18,8 +18,8 @@ jobs:
run: python -m venv venv && ./venv/bin/pip install lddwrap
- name: Build project
run: ./build-appimage.sh
- name: Download uploading script
- uses: actions/upload-artifact@v3
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: build
path: build/Looper.AppImage