Skip to content

Commit

Permalink
Update nextjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rojen11 authored May 12, 2024
1 parent 4a0e3c3 commit b055851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:
- name: Copy static and public folders
run: cp -r public ./.next/standalone && cp -r ./.next/static ./.next/standalone/.next
- name: 'Tar files'
run: tar -cvf standalone.tar .next/standalone
run: cd .next && tar -cvf ~/standalone.tar ./standalone
- uses: actions/upload-artifact@v4
id: artifact-upload
with:
name: my-artifact
path: standalone.tar
path: ~/standalone.tar
# Deployment job
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b055851

Please sign in to comment.