Skip to content

Commit

Permalink
Set KSPRoot env variable
Browse files Browse the repository at this point in the history
TODO: make this not necessary somehow?
  • Loading branch information
drewcassidy committed Aug 13, 2024
1 parent 81c9026 commit 4eed36e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
workflow_dispatch:
workflow_call:

env:
KSPRoot: /tmp/ksp
RELEASE_STAGING: /tmp/release

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4eed36e

Please sign in to comment.