From f5503ff6bed05a9fafccb2edd6e6e0abf054c01a Mon Sep 17 00:00:00 2001 From: Gert Mertes Date: Tue, 30 Apr 2024 22:28:10 +0100 Subject: [PATCH] archive --- .github/workflows/publish.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1b3f29f..b2cdbb6 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,6 +15,9 @@ jobs: with: node-version: '20.x' + - run: git archive --format=zip --output=source.zip HEAD + - run: ls -lh + - name: Install dependencies run: npm ci