Skip to content

Commit

Permalink
correct linux binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
3ll3d00d committed Dec 13, 2020
1 parent 6d734df commit 4f96c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
echo ::set-output name=binary_name::"beqdesigner.exe"
echo ::set-output name=binary_content_type::"application/vnd.microsoft.portable-executable"
else
MATCHES=( beqdesigner_* )
MATCHES=( dist/beqdesigner_* )
echo ::set-output name=binary_name::"${MATCHES[0]}"
echo ::set-output name=binary_content_type::"application/octet-stream"
fi
Expand Down

0 comments on commit 4f96c31

Please sign in to comment.