Skip to content

Commit 8d1c230

Browse files
authored
Fix path
1 parent 12c0ddb commit 8d1c230

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/send-beta-build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
cancel-in-progress: false
1717

1818
permissions:
19-
contents: read # For artifact access
19+
contents: read
2020

2121
jobs:
2222
build-and-dispatch:
@@ -43,16 +43,14 @@ jobs:
4343
run: npm run build
4444

4545
- name: Zip build artifacts
46-
run: |
47-
cd Build/dist
48-
zip -r ../../../htmlplayer-build.zip .
46+
run: zip -r htmlplayer-build.zip Build/dist
4947

5048
- name: Upload artifact
5149
uses: actions/upload-artifact@v4
5250
with:
5351
name: htmlplayer-build
5452
path: htmlplayer-build.zip
55-
retention-days: 1 # Short retention since it's for deploy
53+
retention-days: 1
5654

5755
- name: Get artifact download URL
5856
id: get-artifact

0 commit comments

Comments
 (0)