Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Feb 26, 2024
1 parent 3ed9437 commit d73baef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-token-lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
lines=$(aws s3 ls s3://${{ secrets.AWS_BUCKET }}/$additionalPath$path | wc -l)
if (( $lines > 0 )); then
backupCommand="aws s3 cp s3://${{ secrets.AWS_BUCKET }}/$additionalPath$path s3://${{ secrets.AWS_BUCKET }}/$additionalPath"
backupCommand+=path/
backupCommand+=echo $path/ | awk -F'.json' '{print $1}' # Remove .json
backupCommand+=${{ steps.onlineVersion.outputs.onlineVersion }}.json
$backupCommand
fi
Expand Down

0 comments on commit d73baef

Please sign in to comment.