Skip to content

Commit

Permalink
Fix GitHub Actions ordering
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Jun 3, 2024
1 parent f3f2ec9 commit c90f367
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
CC: ${{ matrix.platform.cc }}
CXX: ${{ matrix.platform.cxx }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: cmake --version
- name: Configure JSON Schema
run: >
Expand Down Expand Up @@ -62,8 +62,10 @@ jobs:
retention-days: 1

publish:
needs: package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4

# TODO: Create a proper release if there is a tag instead
Expand Down

0 comments on commit c90f367

Please sign in to comment.