Skip to content

Commit

Permalink
Echo github ref for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dixonjoel committed Dec 6, 2023
1 parent cb2ba6a commit e4d27d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create_ci_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
run: |
python ./.github/artifacts/stage_ci_files.py -o ${{ runner.temp }}/staging/
- name: Echo github ref
run: echo ${{ github.ref }}

- name: Upload Windows Client Files Artifact
uses: actions/upload-artifact@v2
if: ${{ (github.ref == 'refs/heads/main') }}
Expand Down

0 comments on commit e4d27d2

Please sign in to comment.