We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75373f commit bd4dc21Copy full SHA for bd4dc21
2 files changed
.github/actions/build/action.yml .github/actions/compile/action.yml.github/actions/build/action.yml renamed to .github/actions/compile/action.yml
@@ -1,4 +1,4 @@
1
-name: 'Build with .NET CLI'
+name: 'Compile with .NET CLI'
2
author: 'Pete Sramek'
3
description: 'Compiles source code, uploads build artifacts.'
4
inputs:
.github/workflows/build.yml
@@ -84,7 +84,7 @@ jobs:
84
uses: actions/checkout@v4
85
86
- name: 'Compile source code'
87
- uses: ./.github/actions/build
+ uses: ./.github/actions/compile
88
with:
89
project-path: '**/PolylineAlgorithm.csproj'
90
assembly-version: ${{ env.assembly-version }}
0 commit comments