mirror of
https://github.com/Xevion/orianne.git
synced 2025-12-05 23:15:32 -06:00
Use apt-get for dependency install, target correct path for artifact upload
This commit is contained in:
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
@@ -41,8 +41,8 @@ jobs:
|
||||
|
||||
- name: Download dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install libxcb-cursor0
|
||||
sudo apt-get update
|
||||
sudo apt-get install libxcb-cursor0
|
||||
|
||||
- name: Package artifacts with linuxdeployqt
|
||||
run: |
|
||||
@@ -56,5 +56,5 @@ jobs:
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: build
|
||||
path: build
|
||||
name: testtaker-linux-appimage
|
||||
path: TestTaker*.AppImage
|
||||
|
||||
Reference in New Issue
Block a user