Skip to content

Commit e8d0820

Browse files
authored
Update build-and-archive.yml
1 parent 5367af1 commit e8d0820

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-archive.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: npm run build
3535

3636
- name: Gzip process
37-
run: find ./dist/ -type f -exec gzip -k -f -9 {} \;
37+
run: find ./next/ -type f -exec gzip -k -f -9 {} \;
3838

3939
- name: Create GitHub Release
4040
id: create_release
@@ -48,7 +48,7 @@ jobs:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949

5050
- name: Create tar.gz archive
51-
run: tar -czf nw_f.tar.gz -C dist .
51+
run: tar -czf nw_f.tar.gz -C next .
5252

5353
- name: Upload Release Asset
5454
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)