Skip to content

Commit

Permalink
v1.0.0-beta.6: Another attempt to fix Linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed May 19, 2022
1 parent 8b5ed92 commit 79ba486
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
body_path: RELEASE_BODY.md

# We use a matrix to run our build on every supported platform.
build_release:
release:
name: "Build"

needs:
Expand Down Expand Up @@ -94,6 +94,7 @@ jobs:
run: |
cargo test
- name: Build release
id: build_release
run: |
./build-release falconeri ${{ needs.create_release.outputs.release_version }}-${{ matrix.target }}
release_file=falconeri_${{ needs.create_release.outputs.release_version }}_${{ matrix.target }}.zip
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0-beta.6] - 2022-05-19

### Fixed

- Attempted to fix binary builds on Linux (yet again).

## [1.0.0-beta.5] - 2022-05-19

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion falconeri-worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "falconeri-worker"
version = "1.0.0-beta.5"
version = "1.0.0-beta.6"
authors = ["Eric Kidd <git@randomhacks.net>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion falconeri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Eric Kidd <git@randomhacks.net>"]
name = "falconeri"
version = "1.0.0-beta.5"
version = "1.0.0-beta.6"
edition = "2018"

license = "Apache-2.0 OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion falconeri_common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "falconeri_common"
version = "1.0.0-beta.5"
version = "1.0.0-beta.6"
authors = ["Eric Kidd <git@randomhacks.net>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion falconerid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "falconerid"
version = "1.0.0-beta.5"
version = "1.0.0-beta.6"
authors = ["Eric Kidd <git@randomhacks.net>"]
edition = "2018"

Expand Down

0 comments on commit 79ba486

Please sign in to comment.