Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
love98ooo authored Apr 9, 2024
1 parent 10385c6 commit fecbf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: pnpm build

- name: Generating tarball
run: cd build && tar -czf artifact.tar.gz .
run: cd build && tar -czf ../artifact.tar.gz .

- name: Deploy to Server
uses: easingthemes/[email protected]
Expand Down

0 comments on commit fecbf1b

Please sign in to comment.