We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410f88b commit 7710efdCopy full SHA for 7710efd
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
run: npm run build
23
24
- name: Zip release artifact
25
- run: cd dist && zip -r ../atarashii-new-tab.zip
+ run: cd dist && zip -r ../atarashii-new-tab.zip .
26
27
- name: Create Release
28
uses: ncipollo/release-action@v1
0 commit comments