Skip to content

Commit

Permalink
fix: use the variable not a string [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed Dec 9, 2022
1 parent 6bc52f8 commit 1f02d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ echo "system: Copying tileset to workdir directory..."
cp "$TMP_DIR"/"$TILESET_NAME" "$GITHUB_WORKSPACE"
echo "tileset_path=$GITHUB_WORKSPACE/$TILESET_NAME" >>"$GITHUB_OUTPUT"
echo "system: Upload tileset to s3 bucket"
aws s3api put-object --bucket "AWS_BUCKET" --key "$TILESET_NAME" --body "$TMP_DIR/$TILESET_NAME"
aws s3api put-object --bucket "$AWS_BUCKET" --key "$TILESET_NAME" --body "$TMP_DIR/$TILESET_NAME"

0 comments on commit 1f02d75

Please sign in to comment.