Use apt-get for dependency install, target correct path for artifact upload

This commit is contained in:
2023-09-22 14:29:51 -05:00
parent 535342ab81
commit c2a342a0a6

View File

@@ -41,8 +41,8 @@ jobs:
- name: Download dependencies - name: Download dependencies
run: | run: |
sudo apt update sudo apt-get update
sudo apt install libxcb-cursor0 sudo apt-get install libxcb-cursor0
- name: Package artifacts with linuxdeployqt - name: Package artifacts with linuxdeployqt
run: | run: |
@@ -56,5 +56,5 @@ jobs:
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: build name: testtaker-linux-appimage
path: build path: TestTaker*.AppImage