Skip to content

Commit

Permalink
Merge pull request #25 from zawarkhan1/test1
Browse files Browse the repository at this point in the history
test
  • Loading branch information
zawarkhan1 authored Feb 16, 2024
2 parents 0b748f4 + e9f85d7 commit 99d9c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: |
SPEC_FILES=""
for file in $(find artifacts -type f -name "*.yaml"); do
filename=$(basename "artifact/$file")
SPEC_FILES="$SPEC_FILES${filename//_/-}:true,"
filename=$(basename "$file")
SPEC_FILES="$SPEC_FILESartifact/${filename//_/-}:true,"
done
echo "SPEC_FILES=${SPEC_FILES%,}" >> $GITHUB_ENV
Expand Down

0 comments on commit 99d9c15

Please sign in to comment.