diff --git a/.github/workflows/Web_Build.yml b/.github/workflows/Web_Build.yml index a251966c..2abac8f7 100644 --- a/.github/workflows/Web_Build.yml +++ b/.github/workflows/Web_Build.yml @@ -142,7 +142,7 @@ jobs: - name: Get Version from File run: | - version=$(<"${{ github.workspace }}/version.txt") + version=$(<"${{ github.workspace }}/src/version.txt") echo "VERSION=$version" >> $GITHUB_ENV - name: Create Directory for Channel