We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b16f53 commit 904783bCopy full SHA for 904783b
.github/workflows/packaging.yml
@@ -21,4 +21,4 @@ jobs:
21
- name: Ensure metainfo.xml validity
22
run: appstreamcli validate packaging/rootfs/usr/share/metainfo/re.fossplant.songrec.metainfo.xml
23
- name: Build Debian package
24
- run: bash -c 'rustup update && echo Using: $(rustup which cargo) / $(ls -l $(which cargo)) && ./packaging/ppa/build_binary_package.sh'
+ run: "bash -c 'rustup update && echo Using: $(rustup which cargo) / $(ls -l $(which cargo)) && ./packaging/ppa/build_binary_package.sh'"
0 commit comments