Skip to content

Commit

Permalink
chore(ci): typo in build outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
codito authored Oct 12, 2024
1 parent 0e10219 commit fa94c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ${{ matrix.os }}
needs: [version]
env:
APP_BUILD_VERSION: ${{ needs.version.build_version }}
APP_BUILD_VERSION: ${{ needs.version.outputs.build_version }}
steps:
- uses: actions/checkout@v4
- name: Setup .NET 8.0
Expand Down

0 comments on commit fa94c65

Please sign in to comment.