Skip to content

Commit

Permalink
no quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
tbttfox committed Aug 30, 2024
1 parent abb4a0a commit 168c9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
ls -R
mkdir -p artifacts/plug-ins
cp "${{ github.workspace }}/build/*.${{ steps.get-devkit.outputs.plugin-ext }}" "artifacts/plug-ins"
cp ${{ github.workspace }}/build/*.${{ steps.get-devkit.outputs.plugin-ext }} artifacts/plug-ins
- name: Upload Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 168c9c7

Please sign in to comment.