Skip to content

Commit

Permalink
ANother try.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit authored and Benoit committed Apr 1, 2024
1 parent 38adab3 commit d6417ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
wireshark_version: ["4.0", "4.2"]
steps:
- name: Set output folder
run: echo "OUTPUT_PATH=${VERSION//./-}" >> $GITHUB_ENV

- name: "Debug output path"
env:
VERSION: ${{ matrix.wireshark_version }}
OUTPUT_PATH: ${VERSION//./-}
run: echo $OUTPUT_PATH

- name: Install deps
Expand Down

0 comments on commit d6417ee

Please sign in to comment.