Fix release job

This commit is contained in:
2025-06-06 21:24:45 +02:00
parent e95d9bb552
commit a1b8d589be

View File

@@ -16,7 +16,6 @@ jobs:
needs: build needs: build
container: container:
image: node:20 image: node:20
steps:
steps: steps:
- name: Install build tools - name: Install build tools
run: apt update && apt install -y zip run: apt update && apt install -y zip