We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6248ca6 commit a5ad0cbCopy full SHA for a5ad0cb
.github/workflows/release_zip.yml
@@ -21,9 +21,9 @@ jobs:
21
22
- name: Zip up folder
23
run: |
24
- mkdir -p ${{ github.workspace }}/artifact
25
- zip -r ${{ github.workspace }}/artifact/skelerealms.zip ${{ github.workspace }}/addons/skelerealms
+ mkdir -p /artifact
+ zip -r /artifact/skelerealms.zip ${{ github.workspace }}/addons/skelerealms
26
- uses: actions/upload-artifact@v3
27
with:
28
name: skelerealms
29
- path: ${{ github.workspace }}/artifact/skelerealms.zip
+ path: /artifact/skelerealms.zip
0 commit comments