mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-10 00:23:03 +02:00
fix: Fix typo
This commit is contained in:
parent
f5003206fa
commit
a3422d5625
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ jobs:
|
||||||
- name: Run cargo-deb
|
- name: Run cargo-deb
|
||||||
id: cargo_deb
|
id: cargo_deb
|
||||||
run: |
|
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
|
echo "path=$DEB_PATH" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Test deb installation
|
- name: Test deb installation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue