Skip to content

Commit 9edf030

Browse files
committed
Tried to fix the build workflow
1 parent 2533590 commit 9edf030

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,10 @@ jobs:
4242

4343
# Create release zip from error pages
4444
- name: Create release zip
45-
run: |
46-
zip -r error-pages.zip dist
45+
run: zip -r error-pages.zip dist
4746

4847
# Upload the release zip to the release
49-
- name: Release
48+
- name: Create release
5049
uses: softprops/action-gh-release@v2
51-
if: github.ref_type == 'tag'
5250
with:
5351
files: error-pages.zip

0 commit comments

Comments
 (0)