Skip to content

Commit 3fa0991

Browse files
authored
Update main.yml
1 parent 4fba84c commit 3fa0991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
# Runs a set of commands using the runners shell
4141
- name: Zip disk folder
42-
run: zip -r LeetcodeSessionManager-$(node -p "require('./package.json').version") ./dist/LeetcodeSessionManager
42+
run: zip -r LeetcodeSessionManager-$(node -p "require('./package.json').version").zip ./dist/LeetcodeSessionManager
4343

4444
- name: 'Upload Build Artifacts'
4545
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)