Update .gitea/workflows/build.yaml
Some checks failed
Build / Build left (push) Successful in 2m31s
Build / Build right (push) Successful in 2m34s
Build / Build (push) Failing after 14s

This commit is contained in:
Jan Gleytenhoover 2024-08-16 09:48:01 +00:00
parent d5a3bf7a9a
commit 0594b2ce83

@ -189,12 +189,12 @@ jobs:
name: left name: left
- name: Delete artifact (right) - name: Delete artifact (right)
uses: actions/delete-artifact@v3 uses: geekyeggo/delete-artifact@v5
with: with:
name: right name: right
- name: Delete artifact (left) - name: Delete artifact (left)
uses: actions/delete-artifact@v3 uses: geekyeggo/delete-artifact@v5
with: with:
name: left name: left