Change the preset generated package

This commit is contained in:
Aurelien Vaillant
2022-05-10 18:05:52 +02:00
parent c093eb5736
commit 2216c6170f
+2 -2
View File
@@ -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: