Skip to content

Commit

Permalink
fix: Fixed zip actions
Browse files Browse the repository at this point in the history
  • Loading branch information
d-exclaimation committed May 23, 2023
1 parent 7398e9d commit 5fb5f80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

1 comment on commit 5fb5f80

@vercel
Copy link

@vercel vercel bot commented on 5fb5f80 May 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.