Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacrlevin committed Dec 20, 2023
1 parent 21b1e9a commit 441de6a
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 @@ -143,7 +143,7 @@ jobs:
- name: Get Version from File
run: |
version=$(<"${{ github.workspace }}/src/version.txt")
echo "VERSION=$version" >> $GITHUB_ENV
echo "GitBuildVersionSimple=$version" >> $GITHUB_ENV
- name: Create Directory for Channel
run: mkdir ${{ github.workspace }}/${{ matrix.ChannelName }}
Expand Down

0 comments on commit 441de6a

Please sign in to comment.