Skip to content

Commit fa94c65

Browse files
authored
chore(ci): typo in build outputs
1 parent 0e10219 commit fa94c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ${{ matrix.os }}
4545
needs: [version]
4646
env:
47-
APP_BUILD_VERSION: ${{ needs.version.build_version }}
47+
APP_BUILD_VERSION: ${{ needs.version.outputs.build_version }}
4848
steps:
4949
- uses: actions/checkout@v4
5050
- name: Setup .NET 8.0

0 commit comments

Comments
 (0)