Skip to content

Commit a13b6ea

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ 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").zip ./dist/LeetcodeSessionManager
42+
run: |
43+
cd ./dist/LeetcodeSessionManager
44+
zip -r ../../LeetcodeSessionManager-$(node -p "require('./package.json').version").zip ./dist/LeetcodeSessionManager
4345
4446
- name: 'Upload Build Artifacts'
4547
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)