1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-09-30 18:42:05 +00:00

fix: Fix typo

This commit is contained in:
Ginger 2025-09-08 11:29:17 -04:00 committed by nex
parent ac11580d9e
commit 90005fda7e

View file

@ -96,7 +96,7 @@ jobs:
- name: Run cargo-deb
id: cargo_deb
run: |
DEB_PATH=$(cargo deb --deb-revision ${{ steps.package_meta.output.revision }})
DEB_PATH=$(cargo deb --deb-revision ${{ steps.package_meta.outputs.revision }})
echo "path=$DEB_PATH" >> $GITHUB_OUTPUT
- name: Test deb installation