mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
do no use set-env in samples
This commit is contained in:
2
.github/workflows/samples-windows.yml
vendored
2
.github/workflows/samples-windows.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
- name: determine kotlin compile target
|
||||
run: |
|
||||
export KOTLIN_TARGET=$(if [ "${{ matrix.java_version }}" -eq "14" ]; then echo "13"; else echo "${{ matrix.java_version }}"; fi)
|
||||
echo "::set-env name=KOTLIN_TARGET::$KOTLIN_TARGET"
|
||||
echo "KOTLIN_TARGET=$KOTLIN_TARGET" >> $GITHUB_ENV
|
||||
shell: bash
|
||||
|
||||
- name: build maven sample
|
||||
|
||||
Reference in New Issue
Block a user