Skip to content

Commit

Permalink
Fix syntax error in GitHub Actions workflow
Browse files Browse the repository at this point in the history
A misplaced dash was corrected in the call-upload-artifacts-workflow step, ensuring proper syntax. This change prevents potential execution errors in the CI/CD pipeline.
  • Loading branch information
ivandrofly committed Nov 22, 2024
1 parent 1375005 commit 9dbdf31
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 @@ -55,7 +55,7 @@ jobs:
# path: C:\plugins\*.dll

- name: call-upload-artifacts-workflow
- uses: ./github/workflows/upload-artifacts.yml
uses: ./github/workflows/upload-artifacts.yml

# - name: Upload Artifact
# uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9dbdf31

Please sign in to comment.