From 5fb5f80b71b961e06f56871595779e7bec0bf6b6 Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 23 May 2023 17:56:47 +1200 Subject: [PATCH] fix: Fixed zip actions --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1bcecc7..2ce6fc5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,10 +7,11 @@ on: jobs: zip: container: - image: node:alpine + image: node:latest runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - run: ls -l - run: npm run zip - uses: actions/upload-artifact@v2 with: