Compare commits

...

3 Commits

Author SHA1 Message Date
iAmInAction 7415d4ed63
Update build.yml 2024-09-26 11:40:53 +00:00
iAmInAction b1e6cd5018
Update .github/workflows/build.yml
Co-authored-by: Margen67 <Margen67@users.noreply.github.com>
2024-09-26 11:37:46 +00:00
iAmInAction ad8359461c
Update .github/workflows/build.yml
Co-authored-by: Margen67 <Margen67@users.noreply.github.com>
2024-09-26 11:37:39 +00:00
1 changed files with 4 additions and 3 deletions

View File

@ -16,7 +16,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Set up Qt - name: Set up Qt
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v3
@ -61,7 +61,7 @@ jobs:
mplayer \ mplayer \
libx11-dev \ libx11-dev \
libxcb1-dev \ libxcb1-dev \
xorgproto \ x11proto-* \
librcd-dev \ librcd-dev \
unzip \ unzip \
bzip2 \ bzip2 \
@ -83,7 +83,8 @@ jobs:
tar -czf ../build.tar.gz . tar -czf ../build.tar.gz .
- name: Upload build artifact - name: Upload build artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: build.tar.gz name: build.tar.gz
path: build.tar.gz path: build.tar.gz
if-no-files-found: error