Change the preset generated package
This commit is contained in:
@@ -28,8 +28,8 @@ jobs:
|
|||||||
# Make an archive with the plugin source only
|
# Make an archive with the plugin source only
|
||||||
- name: Create zip archive release
|
- name: Create zip archive release
|
||||||
run: |
|
run: |
|
||||||
cd '${{ github.workspace }}'
|
cd '${{ github.workspace }}/presets'
|
||||||
zip -r '${{ github.workspace }}/releases/${{ steps.folder.outputs.package }}' 'presets'
|
zip -r '../${{ github.workspace }}/releases/${{ steps.folder.outputs.package }}' '.'
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user