Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zawarkhan1 committed Feb 16, 2024
1 parent db18bcc commit e9f85d7
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 e9f85d7

Please sign in to comment.