We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd5bdd commit 71b0c8fCopy full SHA for 71b0c8f
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
bin/metainfo_version.sh
28
- name: Check release tag matches version
29
- run: test "refs/tags/v${{ steps.versions.outputs.version }}" = ${{ github.ref }}
+ run: test "refs/tags/v${{ steps.version.outputs.version }}" = ${{ github.ref }}
30
- name: Download & install libcskk
31
32
wget https://github.com/naokiri/cskk/releases/download/v${{ steps.cskk_version.outputs.cskk_version }}/libcskk_${{ steps.cskk_version.outputs.cskk_version }}_amd64.deb
0 commit comments