We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf21a63 commit 79afa85Copy full SHA for 79afa85
.github/workflows/release.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build tile installer
32
run: |
33
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
+ cat ./.tile/scripts/master.sh | sed "s/VERSION=latest/VERSION=${{ steps.create-release.outputs.tag_name }}/g" > ${{ env.DIST_DIR }}/create-catalog-offering.sh
35
chmod +x ${{ env.DIST_DIR }}/create-catalog-offering.sh
36
37
- name: Upload tile installer
0 commit comments