Skip to content

Commit

Permalink
Fix package_version env var in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcaunt committed Dec 17, 2024
1 parent a0204b4 commit 95c09b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
docker cp $CONTAINER_ID:/app/VERSION ./debian-package
docker rm -f $CONTAINER_ID
PACKAGE_VERSION=$(cat ./debian-package/VERSION)
mv ./debian-package/webx-engine_$PACKAGE_VERSION_amd64.deb ./debian_package/webx-engine_$PACKAGE_VERSION_ubuntu_22.04_amd64.deb
mv ./debian-package/webx-engine_${PACKAGE_VERSION}_amd64.deb ./debian_package/webx-engine_${PACKAGE_VERSION}_ubuntu_22.04_amd64.deb
rm ./debian-package/VERSION
- name: Upload Debian package to GHCR
Expand Down

0 comments on commit 95c09b8

Please sign in to comment.