Skip to content

Commit

Permalink
Update newbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmspam authored Nov 13, 2024
1 parent b4c9045 commit f15503c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/newbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
id: get-version
run: |
cd /tmp/incus-work
VERSION=$(dpkg-deb -f *.deb Version)
VERSION=$(dpkg-deb -f *.deb Version | tr ':' '-')
echo "version=${VERSION}" >> $GITHUB_OUTPUT
- name: Upload artifact
Expand Down

0 comments on commit f15503c

Please sign in to comment.