Correctie build name artifacts pipeline
All checks were successful
compile / Ubuntu-bullseye-compile (push) Successful in 4s
compile / rockylinux-9-compile (push) Successful in 32s
compile / Fedora-40-compile (push) Successful in 40s

This commit is contained in:
2024-09-28 14:41:03 +02:00
parent 8fc23b9303
commit bce1311cc7

View File

@@ -20,7 +20,7 @@ jobs:
run: make run: make
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: x86_64-fedora-38-wait name: x86_64-rockylinux-9-wait
path: wait path: wait
Fedora-40-compile: Fedora-40-compile:
runs-on: fedora-40 runs-on: fedora-40
@@ -39,7 +39,7 @@ jobs:
run: make run: make
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: x86_64-fedora-38-wait name: x86_64-fedora-40-wait
path: wait path: wait
Ubuntu-bullseye-compile: Ubuntu-bullseye-compile:
runs-on: node-ubuntu-bullseye runs-on: node-ubuntu-bullseye