Skip to content

Commit

Permalink
fix missing env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhane authored Jul 28, 2024
1 parent b2104c5 commit 71be0c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ on:
workflow_dispatch:
inputs: {}

env:
main_app_folder_path: src/App
main_app_project_path: src/App/App.csproj
target-net-version: net8.0

jobs:
cloc:
name: CLOC
Expand Down

0 comments on commit 71be0c1

Please sign in to comment.