Add checkout step to publish-release job
Build / build_arch (push) Successful in 34s
Build / publish-release (push) Failing after 16s

This commit is contained in:
2026-05-13 12:26:48 +02:00
parent d048f87d1f
commit b8256c220c
+3
View File
@@ -35,6 +35,9 @@ jobs:
runs-on: ubuntu-26.04
needs: build_arch
steps:
- name: Checkout Current Repo
uses: actions/checkout@v4
- name: Download Artifact
uses: actions/download-artifact@v3
with: