Skip to content

Commit f8b0d1e

Browse files
committed
ci: fix version in binaries
1 parent 7010220 commit f8b0d1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Archive and rename binary
4646
shell: bash
4747
run: |
48-
VERSION=${{ steps.version.outputs.VERSION }}
48+
VERSION=${{ steps.extract.outputs.VERSION }}
4949
SUFFIX=${{ matrix.suffix }}
5050
EXT=${{ matrix.ext }}
5151
mkdir -p dist

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "scal3"
33
description = "Verify that systems operate under your sole control (prototype, patent pending)"
44
license = "CC-BY-NC-4.0"
5-
version = "0.3.2"
5+
version = "0.3.4"
66
edition = "2021"
77
repository = "https://github.com/cleverbase/scal3"
88
authors = ["Sander Dijkhuis <sander.dijkhuis@cleverbase.com>"]

0 commit comments

Comments
 (0)