diff options
| author | Dan Engelbrecht <[email protected]> | 2022-05-26 00:34:57 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-06-02 00:35:51 +0200 |
| commit | fe8426b6c705d7e4a2f72edc8b7a5cb39285bd14 (patch) | |
| tree | 5d5203874d5c9383413ccba89d483e3b752b4e05 /.github/workflows | |
| parent | remove clear build folder (diff) | |
| download | zen-fe8426b6c705d7e4a2f72edc8b7a5cb39285bd14.tar.xz zen-fe8426b6c705d7e4a2f72edc8b7a5cb39285bd14.zip | |
show path
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/create_release.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 317c8e322..6827030c1 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -15,6 +15,8 @@ jobs: VCPKG_VERSION: 2022.03.10 steps: + - run: echo ${env:PATH} + - uses: actions/checkout@v2 - name: Setup xmake |