mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-11-14 16:54:56 -05:00
Compare commits
3 commits
28686908b3
...
7415d4ed63
Author | SHA1 | Date | |
---|---|---|---|
|
7415d4ed63 | ||
|
b1e6cd5018 | ||
|
ad8359461c |
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
|
@ -61,7 +61,7 @@ jobs:
|
|||
mplayer \
|
||||
libx11-dev \
|
||||
libxcb1-dev \
|
||||
xorgproto \
|
||||
x11proto-* \
|
||||
librcd-dev \
|
||||
unzip \
|
||||
bzip2 \
|
||||
|
@ -83,7 +83,8 @@ jobs:
|
|||
tar -czf ../build.tar.gz .
|
||||
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build.tar.gz
|
||||
path: build.tar.gz
|
||||
if-no-files-found: error
|
||||
|
|
Loading…
Reference in a new issue