Comment out artifact uploading action because Gitea doesn't support it yet.
This commit is contained in:
parent
80bc9db63f
commit
56cfe66f9c
1 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ jobs:
|
|||
run: apt update && apt install -y build-essential meson cmake libsoundtouch-dev libsdl2-dev libsdl2-image-dev libjsoncpp-dev libmodplug-dev libwavpack-dev libopusfile-dev libopus-dev libogg-dev
|
||||
- name: Build project
|
||||
run: meson setup builddir && meson compile -C builddir
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: build
|
||||
path: builddir/player
|
||||
#- uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: build
|
||||
# path: builddir/player
|
Loading…
Reference in a new issue