Skip to content

Commit

Permalink
⚙ Added support for CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
designedbyjosh committed Feb 2, 2021
1 parent 68e6b28 commit 25458b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Zip Build
uses: montudor/action-zip@v0.1.1
with:
args: zip -qq -r build.zip build
args: zip -qq -r build.zip .next
# 6. Create a release on GitHub
- name: Create Release
id: create_release
Expand Down

0 comments on commit 25458b7

Please sign in to comment.