Skip to content

Commit

Permalink
fix env target path in build-nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosprint authored Aug 29, 2023
1 parent 65f10e6 commit 53edeab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
exe_name: ambient.exe

runs-on: ${{ matrix.os }}
env:
EXE_DIR: target/${{ matrix.target }}/release
steps:
- name: Free up disk space
if: ${{ matrix.os == 'ubuntu-22.04' }}
Expand Down

0 comments on commit 53edeab

Please sign in to comment.