Skip to content

Commit

Permalink
Merge branch 'release/2022.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Oct 21, 2022
2 parents a2ccd4e + f41667f commit 75f36b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ jobs:
- name: Env to output
shell: bash
run: |
sed -i 's/\r//g' ${{ matrix.name }}.env/${{ matrix.name }}.env
sed -i 's/\r//g' create-release.env/create-release.env
source ${{ matrix.name }}.env/${{ matrix.name }}.env
source create-release.env/create-release.env
echo "package_name=$PACKAGE_NAME" >> $GITHUB_OUTPUT
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@

## develop

## 2022.4.1

- [FIX] CI で Windows の場合 $GITHUB_OUTPUT に "\r" が混入するのを除去する
- @miosakuma

## 2022.4.0

- [CHANGE] `ubuntu-18.04_x86_64` のビルドを削除
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MOMO_VERSION=2022.4.0
MOMO_VERSION=2022.4.1
WEBRTC_BUILD_VERSION=107.5304.4.0
BOOST_VERSION=1.80.0
CLI11_VERSION=2.2.0
Expand Down

0 comments on commit 75f36b5

Please sign in to comment.