diff --git a/.gitea/workflows/compile.yml b/.gitea/workflows/compile.yml index 457cd65..708348d 100644 --- a/.gitea/workflows/compile.yml +++ b/.gitea/workflows/compile.yml @@ -12,6 +12,7 @@ jobs: - name: Compile run: make - uses: actions/upload-artifact@v3 + with: name: wait path: x86_64/ubuntu-bullseye/wait Fedora-38-compile: @@ -22,5 +23,6 @@ jobs: - name: Compile run: make - uses: actions/upload-artifact@v3 + with: name: wait path: x86_64/fedora-38/wait