Skip to content

Commit

Permalink
Update download.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand authored Jun 21, 2024
1 parent df09ec2 commit 72f0a84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
run: echo "${{ steps.dlparam.outputs.tool4d }}"
- uses: 4d/tool4d-action@main
id: dl
if: "${{ matrix.os }} != ubuntu-latest"
if: "${{ matrix.os }} != 'ubuntu-latest'"
- id: echodl
shell: bash
if: "${{ matrix.os }} != ubuntu-latest"
if: "${{ matrix.os }} != 'ubuntu-latest'"
run: echo "${{ steps.dl.outputs.tool4d }}"

0 comments on commit 72f0a84

Please sign in to comment.