Skip to content

Commit

Permalink
Fix incorrect indentation in GitHub Actions workflow
Browse files Browse the repository at this point in the history
Correct indentation for the 'call-upload-artifacts-workflow' in main.yml. This ensures the workflow runs as expected without indentation-related errors.
  • Loading branch information
ivandrofly committed Nov 22, 2024
1 parent 3ae6c83 commit dccc120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
# with:
# name: Plugins
# path: C:\plugins\*.dll
call-upload-artifacts-workflow:
- use: ./github/workflows/upload-artifacts.yml
call-upload-artifacts-workflow:
- use: ./github/workflows/upload-artifacts.yml
# - name: Upload Artifact
# uses: actions/upload-artifact@v4
# with:
Expand Down

0 comments on commit dccc120

Please sign in to comment.