Skip to content

Commit bd4dc21

Browse files
committed
updates
1 parent b75373f commit bd4dc21

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Build with .NET CLI'
1+
name: 'Compile with .NET CLI'
22
author: 'Pete Sramek'
33
description: 'Compiles source code, uploads build artifacts.'
44
inputs:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/checkout@v4
8585

8686
- name: 'Compile source code'
87-
uses: ./.github/actions/build
87+
uses: ./.github/actions/compile
8888
with:
8989
project-path: '**/PolylineAlgorithm.csproj'
9090
assembly-version: ${{ env.assembly-version }}

0 commit comments

Comments
 (0)