fixes directory name typo '.github'

This commit is contained in:
Christopher Lowenthal 2022-10-31 16:50:51 -04:00
parent 7b1d8024f5
commit 021455416c

View file

@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- run: echo $(git describe --tags)
- run: echo $(./github/workflows/version.sh)
- run: echo $(.github/workflows/version.sh)
- run: echo "version=$(./github/workflows/version.sh)" >> $GITHUB_OUTPUT
build-lattice: