Skip to content

Commit

Permalink
fix: bad substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszbarwicki committed Jul 9, 2024
1 parent e186ab6 commit 054e580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: |
FILE_PATH="${{ matrix.specs }}"
DIR_PATH=$(dirname "${FILE_PATH}")
PRODUCT_PATH=${dirname "${DIR_PATH}"}
PRODUCT_PATH=$(dirname "${DIR_PATH}")
RANDOM=$(uuidgen)
echo "DIR_PATH=${DIR_PATH}" >> $GITHUB_OUTPUT
echo "PRODUCT_PATH=${PRODUCT_PATH}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 054e580

Please sign in to comment.