Skip to content

Commit

Permalink
Add checkout step to GitHub Actions workflow
Browse files Browse the repository at this point in the history
The checkout step is now included in the workflow to ensure the repository is available for subsequent steps. This change is crucial for successful artifact uploads and overall workflow execution.
  • Loading branch information
ivandrofly committed Nov 23, 2024
1 parent aab6afc commit 1701236
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
matrix:
artifact_name: [ "HI2UC", "HIColorer" ]
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Upload ${{matrix.artifact_name}}
uses: ./.github/workflows/plugin-upload
with:
Expand Down

0 comments on commit 1701236

Please sign in to comment.