diff --git a/.gitea/workflows/compile.yml b/.gitea/workflows/compile.yml index 708348d..74295f6 100644 --- a/.gitea/workflows/compile.yml +++ b/.gitea/workflows/compile.yml @@ -13,8 +13,8 @@ jobs: run: make - uses: actions/upload-artifact@v3 with: - name: wait - path: x86_64/ubuntu-bullseye/wait + name: x86_64-ubuntu-bulseye-wait + path: wait Fedora-38-compile: runs-on: fedora-38:docker steps: @@ -24,5 +24,5 @@ jobs: run: make - uses: actions/upload-artifact@v3 with: - name: wait - path: x86_64/fedora-38/wait + name: x86_64-fedora-38-wait + path: wait