Compare commits

...

1 Commits

Author SHA1 Message Date
OMGeeky
f14d21e322 Update release workflow to read version from the correct file path 2025-02-16 01:50:56 +01:00

View File

@@ -16,8 +16,8 @@ jobs:
shell: bash
run: |
echo "Reading version from file:"
cat packaging/ATCS_latest
VERSION=$(cat packaging/ATCS_latest)
cat res/ATCS_latest
VERSION=$(cat res/ATCS_latest)
echo "Processed version: $VERSION"
echo "VERSION=$VERSION" >> $GITHUB_ENV
echo "Environment variable set to: $VERSION"