mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-11-23 14:37:50 -05:00
Update .github/workflows/build.yml
Co-authored-by: Margen67 <Margen67@users.noreply.github.com>
This commit is contained in:
parent
ad8359461c
commit
b1e6cd5018
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -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