diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fe00dd8..89e0199 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,9 +64,8 @@ jobs: - name: Repath Artifacts shell: bash run: | - ls -R mkdir -p artifacts/plug-ins - cp "${{ github.workspace }}/build/*.${{ steps.get-devkit.outputs.plugin-ext }}" artifacts/plug-ins + cp build/*.${{ steps.get-devkit.outputs.plugin-ext }} artifacts/plug-ins - name: Upload Artifacts uses: actions/upload-artifact@v4