Skip to content

Commit

Permalink
Fix workflow syntax and rename step
Browse files Browse the repository at this point in the history
Rename and correct the "call-upload-artifacts-workflow" step in the GitHub workflow configuration. This change ensures proper execution and visibility of the artifact upload step.
  • Loading branch information
ivandrofly committed Nov 22, 2024
1 parent 77b3abf commit 79fc08a
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 @@ -53,8 +53,8 @@ jobs:
# with:
# name: Plugins
# path: C:\plugins\*.dll
call-upload-artifacts-workflow:

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

# - name: Upload Artifact
Expand Down

0 comments on commit 79fc08a

Please sign in to comment.