diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1812438..cc28f26 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,7 +78,7 @@ jobs: path: ${{ steps.playMode.outputs.artifactsPath }} testRunnerInEachModeSeparately: - name: Test each mode sequentially # don't try this at home (it's much slower) + name: Test each mode sequentially ๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ # don't try this at home (it's much slower) runs-on: ubuntu-latest steps: # Checkout repository (required to test local actions) diff --git a/entrypoint.sh b/entrypoint.sh index 74dfb8a..4414e37 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -176,7 +176,7 @@ fi # # Set resulting name as output variable -echo ::set-output name=artifactsPath::$FULL_ARTIFACTS_PATH +echo ::set-output name=artifactsPath::$ARTIFACTS_PATH # # Exit