Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacrlevin committed Dec 20, 2023
1 parent c950d1c commit d291a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Web_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d291a63

Please sign in to comment.