We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b0138 commit 9abfe8aCopy full SHA for 9abfe8a
.github/workflows/release.yml
@@ -31,6 +31,7 @@ jobs:
31
with:
32
version: latest
33
args: release --clean
34
+ goos: ["linux"]
35
env:
36
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
37
# GitHub sets this automatically
0 commit comments