Skip to content

Commit

Permalink
v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed Feb 8, 2023
1 parent ded168c commit 8442eb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release-optimizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: 0.3.4
release_name: 0.3.4
tag_name: 0.3.6
release_name: 0.3.6

build-release:
name: build-release
Expand All @@ -35,6 +35,9 @@ jobs:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
tar: tar
- os: ubuntu-20.04
target: x86_64-unknown-linux-gnu
tar: tar
- os: windows-latest
target: x86_64-pc-windows-msvc

Expand All @@ -60,7 +63,7 @@ jobs:
- name: Create archives
shell: bash
run: |
staging="ic-cdk-optimizer-0.3.4-${{ matrix.target }}"
staging="ic-cdk-optimizer-0.3.6-${{ matrix.os }}"
mkdir -p "$staging"
if [ "${{ matrix.os }}" = "windows-latest" ]; then
Expand Down
2 changes: 1 addition & 1 deletion src/ic-cdk-optimizer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ic-cdk-optimizer"
version = "0.3.4"
version = "0.3.6"
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
edition = "2021"
description = "WASM Optimizer for the IC CDK (experimental)."
Expand Down

0 comments on commit 8442eb8

Please sign in to comment.