Skip to content

Commit 1ccc884

Browse files
committed
Update workflow
1 parent a97161a commit 1ccc884

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jobs:
7070
run: |
7171
zip -9rq HexTags-${{ env.PLUGIN_VERSION }}.zip build/*
7272
73+
- name: Upload artifact
7374
- uses: actions/upload-artifact@v3
7475
with:
7576
name: HexTags-${{ env.PLUGIN_VERSION }}
76-
path: HexTags-${{ env.PLUGIN_VERSION }}.zip
77+
path: build/

0 commit comments

Comments
 (0)