mirror of
https://github.com/OMGeeky/ATCS.git
synced 2026-01-11 05:51:59 +01:00
Update release workflow to read version from the correct file path
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -16,8 +16,8 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "Reading version from file:"
|
echo "Reading version from file:"
|
||||||
cat packaging/ATCS_latest
|
cat res/ATCS_latest
|
||||||
VERSION=$(cat packaging/ATCS_latest)
|
VERSION=$(cat res/ATCS_latest)
|
||||||
echo "Processed version: $VERSION"
|
echo "Processed version: $VERSION"
|
||||||
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
||||||
echo "Environment variable set to: $VERSION"
|
echo "Environment variable set to: $VERSION"
|
||||||
|
|||||||
Reference in New Issue
Block a user