Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaj authored Nov 28, 2024
1 parent 0addd49 commit 993cfc3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,11 @@ jobs:
echo "HOME=/root" >> $GITHUB_ENV
- uses: actions/checkout@v1


- uses: actions/setup-node@v4
with:
node-version: '20'

- name: Install Rust
run: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
Expand Down Expand Up @@ -577,7 +581,11 @@ jobs:
if: ${{ github.event.inputs.publish_github_release == 'true' }}
steps:
- uses: actions/checkout@v2


- uses: actions/setup-node@v4
with:
node-version: '20'

- uses: actions/download-artifact@v3
with:
name: om_wheels
Expand Down

0 comments on commit 993cfc3

Please sign in to comment.