Skip to content

Commit

Permalink
qqq
Browse files Browse the repository at this point in the history
  • Loading branch information
tbttfox committed Aug 30, 2024
1 parent f5cfb65 commit 84904a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84904a5

Please sign in to comment.