Checkout in release job
Some checks failed
CI / build (push) Successful in 10s
CI / release (push) Failing after 8s

This commit is contained in:
2025-06-07 11:57:17 +02:00
parent f3d93e1e46
commit 1430508121

View File

@@ -40,6 +40,9 @@ jobs:
container:
image: node:20
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install build tools
run: apt update && apt install -y zip