diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6944232..93c9f41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # os: [macos-latest, windows-latest, ubuntu-latest] - os: [macos-latest, ubuntu-latest] + os: [macos-latest, windows-latest, ubuntu-latest] steps: - name: Checkout uses: actions/checkout@v4.0.0 diff --git a/action.yml b/action.yml index dfe6780..e466263 100644 --- a/action.yml +++ b/action.yml @@ -78,8 +78,8 @@ runs: steps: - id: codecov-ats run: | - echo "${{ github.action_path }}" >> $GITHUB_PATH - echo "Running ATS Action version: $(cat ${{ github.action_path }}/dist/VERSION)" + echo "$GITHUB_ACTION_PATH" >> $GITHUB_PATH + echo "Running ATS Action version: $(cat $GITHUB_ACTION_PATH/dist/VERSION)" ${{ github.action_path }}/dist/codecov_ats.sh | tee codecov_ats_output.txt