Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeOShannessy committed Dec 26, 2024
1 parent eec74f8 commit bbc4d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
run: |
cd smv
bash ./buildrpm.sh
ls ../dist/*.rp
ls ../dist/*.rpm
- id: setContainerSafeName
run: |
export test_version=$(echo ${{ matrix.container }} | sed 's/:/\-/g')
export test_version=$(echo ${{ matrix.container }} | sed 's/:/\-/g')
echo ::set-output name=containerSafe::$test_version
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit bbc4d19

Please sign in to comment.