Skip to content

Commit 79afa85

Browse files
author
Sean Sundberg
authored
Fixes broken path to master.sh script (#107)
1 parent bf21a63 commit 79afa85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build tile installer
3232
run: |
3333
mkdir -p ${{ env.DIST_DIR }}
34-
cat ./.tiles/scripts/master.sh | sed "s/VERSION=latest/VERSION=${{ steps.create-release.outputs.tag_name }}/g" > ${{ env.DIST_DIR }}/create-catalog-offering.sh
34+
cat ./.tile/scripts/master.sh | sed "s/VERSION=latest/VERSION=${{ steps.create-release.outputs.tag_name }}/g" > ${{ env.DIST_DIR }}/create-catalog-offering.sh
3535
chmod +x ${{ env.DIST_DIR }}/create-catalog-offering.sh
3636
3737
- name: Upload tile installer

0 commit comments

Comments
 (0)