fix maybe
Some checks failed
Integration / validate (push) Successful in 8s
Release / build (push) Failing after 24s

This commit is contained in:
SimonFJ20 2024-09-26 02:04:04 +02:00
parent d2767ea436
commit 42513e5f8b

View File

@ -23,6 +23,12 @@ jobs:
- name: Test ls
run: "ls"
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: bunker-artifact
path: bunker
- name: Release
uses: ncipollo/release-action@v1
with: