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 8eb4b67 commit 13515c0Copy full SHA for 13515c0
action.yml
@@ -23,7 +23,7 @@ runs:
23
run: |
24
if [[ ${{ inputs.ghc }} =~ ^(9.6.6|9.8.2|9.10.1)$ ]]
25
then
26
- wget -q https://github.com/Kleidukos/print-api/releases/download/v${{ inputs.version }}/print-api-${{ inputs.version }}-Linux-static-x86_64.tar.gz
+ wget -q https://github.com/Kleidukos/print-api/releases/download/v${{ inputs.version }}/print-api-${{ inputs.version }}-Linux-static-${{ inputs.ghc }}-x86_64.tar.gz
27
tar -xzvf print-api-${{ inputs.version}}-Linux-static-x86_64.tar.gz
28
chmod +x print-api
29
./print-api --package-name ${{ inputs.package-name }} > actual-interface.txt
0 commit comments