mirror of
https://github.com/Xevion/orianne.git
synced 2025-12-06 01:15:34 -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
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user