Skip to content

Commit

Permalink
CI: Add OpenSSL variant to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
iovxw committed Sep 23, 2021
1 parent 5435b06 commit 2526cb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
export LOCALE=${file%.toml}
cargo build --release --target=x86_64-unknown-linux-musl
mv ./target/x86_64-unknown-linux-musl/release/rssbot rssbot-$LOCALE-amd64-linux
cargo build --release --target=x86_64-unknown-linux-musl --no-default-features --features=native-tls
mv ./target/x86_64-unknown-linux-musl/release/rssbot rssbot-$LOCALE-amd64-linux-openssl
done
- name: Create Release
id: create_release
Expand All @@ -58,4 +60,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_files: "rssbot-*-amd64-linux"
asset_files: "rssbot-*"

0 comments on commit 2526cb5

Please sign in to comment.