Skip to content

Commit a5ad0cb

Browse files
authored
Update release_zip.yml
no idea what im doing
1 parent 6248ca6 commit a5ad0cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release_zip.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121

2222
- name: Zip up folder
2323
run: |
24-
mkdir -p ${{ github.workspace }}/artifact
25-
zip -r ${{ github.workspace }}/artifact/skelerealms.zip ${{ github.workspace }}/addons/skelerealms
24+
mkdir -p /artifact
25+
zip -r /artifact/skelerealms.zip ${{ github.workspace }}/addons/skelerealms
2626
- uses: actions/upload-artifact@v3
2727
with:
2828
name: skelerealms
29-
path: ${{ github.workspace }}/artifact/skelerealms.zip
29+
path: /artifact/skelerealms.zip

0 commit comments

Comments
 (0)