Skip to content

Commit

Permalink
Replace set-output command with GITHUB_OUTPUT env var
Browse files Browse the repository at this point in the history
  • Loading branch information
daohoangson committed Aug 13, 2023
1 parent c082900 commit eefee7d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
_message="${_message//'%'/'%25'}"
_message="${_message//$'\n'/'%0A'}"
_message="${_message//$'\r'/'%0D'}"
echo "::set-output name=MESSAGE::${_message}"
echo "MESSAGE=${_message}" >> $GITHUB_OUTPUT
- name: Post GitHub comment
uses: daohoangson/comment-on-github@v2
env:
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
_message="${_message//'%'/%25}"
_message="${_message//$'\n'/%0A}"
_message="${_message//$'\r'/%0D}"
echo "::set-output name=MESSAGE::${_message}"
echo "MESSAGE=${_message}" >> $GITHUB_OUTPUT
- name: Post GitHub comment
uses: daohoangson/comment-on-github@v2
env:
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
_message="${_message//'%'/'%25'}"
_message="${_message//$'\n'/'%0A'}"
_message="${_message//$'\r'/'%0D'}"
echo "::set-output name=MESSAGE::${_message}"
echo "MESSAGE=${_message}" >> $GITHUB_OUTPUT
- name: Post GitHub comment
uses: daohoangson/comment-on-github@v2
env:
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
_message="${_message//'%'/%25}"
_message="${_message//$'\n'/%0A}"
_message="${_message//$'\r'/%0D}"
echo "::set-output name=MESSAGE::${_message}"
echo "MESSAGE=${_message}" >> $GITHUB_OUTPUT
- name: Post GitHub comment
uses: daohoangson/comment-on-github@v2
env:
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
_message="${_message//'%'/'%25'}"
_message="${_message//$'\n'/'%0A'}"
_message="${_message//$'\r'/'%0D'}"
echo "::set-output name=MESSAGE::${_message}"
echo "MESSAGE=${_message}" >> $GITHUB_OUTPUT
- name: Post GitHub comment
uses: daohoangson/comment-on-github@v2
env:
Expand Down

1 comment on commit eefee7d

@github-actions
Copy link

@github-actions github-actions bot commented on eefee7d Aug 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linux build%0A%0A# Generated code do not commit.%0Afile(TO_CMAKE_PATH "/opt/hostedtoolcache/flutter/stable-3.10.2-x64" FLUTTER_ROOT)%0Afile(TO_CMAKE_PATH "/home/runner/work/flutter-tinhte_demo/flutter-tinhte_demo" PROJECT_DIR)%0A%0Aset(FLUTTER_VERSION "2.0.1+5871" PARENT_SCOPE)%0Aset(FLUTTER_VERSION_MAJOR 2 PARENT_SCOPE)%0Aset(FLUTTER_VERSION_MINOR 0 PARENT_SCOPE)%0Aset(FLUTTER_VERSION_PATCH 1 PARENT_SCOPE)%0Aset(FLUTTER_VERSION_BUILD 5871 PARENT_SCOPE)%0A%0A# Environment variables to pass to tool_backend.sh%0Alist(APPEND FLUTTER_TOOL_ENVIRONMENT%0A "FLUTTER_ROOT=/opt/hostedtoolcache/flutter/stable-3.10.2-x64"%0A "PROJECT_DIR=/home/runner/work/flutter-tinhte_demo/flutter-tinhte_demo"%0A "DART_OBFUSCATION=false"%0A "TRACK_WIDGET_CREATION=true"%0A "TREE_SHAKE_ICONS=true"%0A "PACKAGE_CONFIG=/home/runner/work/flutter-tinhte_demo/flutter-tinhte_demo/.dart_tool/package_config.json"%0A "FLUTTER_TARGET=lib/main.dart"%0A)%0A%0A%0A%0Abundle.zip

Android builds%0A%0Asdk.dir=/usr/local/lib/android/sdk%0Aflutter.sdk=/opt/hostedtoolcache/flutter/stable-3.10.2-x64%0Aflutter.buildMode=release%0Aflutter.versionName=2.0.1%0Aflutter.versionCode=5871%0A%0A%0A- app-arm64-v8a-release.apk%0A- app-armeabi-v7a-release.apk%0A- app-x86_64-release.apk

Windows build%0A%0A# Generated code do not commit.%0Afile(TO_CMAKE_PATH "C:\\hostedtoolcache\\windows\\flutter\\stable-3.10.2-x64" FLUTTER_ROOT)%0Afile(TO_CMAKE_PATH "D:\\a\\flutter-tinhte_demo\\flutter-tinhte_demo" PROJECT_DIR)%0A%0Aset(FLUTTER_VERSION "2.0.1+5871" PARENT_SCOPE)%0Aset(FLUTTER_VERSION_MAJOR 2 PARENT_SCOPE)%0Aset(FLUTTER_VERSION_MINOR 0 PARENT_SCOPE)%0Aset(FLUTTER_VERSION_PATCH 1 PARENT_SCOPE)%0Aset(FLUTTER_VERSION_BUILD 5871 PARENT_SCOPE)%0A%0A# Environment variables to pass to tool_backend.sh%0Alist(APPEND FLUTTER_TOOL_ENVIRONMENT%0A "FLUTTER_ROOT=C:\\hostedtoolcache\\windows\\flutter\\stable-3.10.2-x64"%0A "PROJECT_DIR=D:\\a\\flutter-tinhte_demo\\flutter-tinhte_demo"%0A "FLUTTER_ROOT=C:\\hostedtoolcache\\windows\\flutter\\stable-3.10.2-x64"%0A "FLUTTER_EPHEMERAL_DIR=D:\\a\\flutter-tinhte_demo\\flutter-tinhte_demo\\windows\\flutter\\ephemeral"%0A "PROJECT_DIR=D:\\a\\flutter-tinhte_demo\\flutter-tinhte_demo"%0A "FLUTTER_TARGET=lib\\main.dart"%0A "DART_OBFUSCATION=false"%0A "TRACK_WIDGET_CREATION=true"%0A "TREE_SHAKE_ICONS=true"%0A "PACKAGE_CONFIG=D:\\a\\flutter-tinhte_demo\\flutter-tinhte_demo\\.dart_tool\\package_config.json"%0A)%0A%0A%0A%0A1. Installing a test certificate directly from an MSIX package%0A1. Then run the installer

iOS build%0A%0A// This is a generated file; do not edit or check into version control.%0AFLUTTER_ROOT=/Users/runner/hostedtoolcache/flutter/stable-3.10.2-x64%0AFLUTTER_APPLICATION_PATH=/Users/runner/work/flutter-tinhte_demo/flutter-tinhte_demo%0ACOCOAPODS_PARALLEL_CODE_SIGN=true%0AFLUTTER_TARGET=lib/main.dart%0AFLUTTER_BUILD_DIR=build%0AFLUTTER_BUILD_NAME=2.0.1%0AFLUTTER_BUILD_NUMBER=5871%0AEXCLUDED_ARCHS[sdk=iphonesimulator*]=i386%0AEXCLUDED_ARCHS[sdk=iphoneos*]=armv7%0ADART_OBFUSCATION=false%0ATRACK_WIDGET_CREATION=false%0ATREE_SHAKE_ICONS=true%0APACKAGE_CONFIG=/Users/runner/work/flutter-tinhte_demo/flutter-tinhte_demo/.dart_tool/package_config.json%0A%0A%0A%0Amanifest.plist

macOS build%0A%0A// This is a generated file; do not edit or check into version control.%0AFLUTTER_ROOT=/Users/runner/hostedtoolcache/flutter/stable-3.10.2-x64%0AFLUTTER_APPLICATION_PATH=/Users/runner/work/flutter-tinhte_demo/flutter-tinhte_demo%0ACOCOAPODS_PARALLEL_CODE_SIGN=true%0AFLUTTER_TARGET=lib/main.dart%0AFLUTTER_BUILD_DIR=build%0AFLUTTER_BUILD_NAME=2.0.1%0AFLUTTER_BUILD_NUMBER=5871%0ADART_OBFUSCATION=false%0ATRACK_WIDGET_CREATION=true%0ATREE_SHAKE_ICONS=true%0APACKAGE_CONFIG=/Users/runner/work/flutter-tinhte_demo/flutter-tinhte_demo/.dart_tool/package_config.json%0A%0A%0A%0A- ttdemo.app.dSYM.zip%0A- ttdemo.app.zip

Please sign in to comment.