Skip to content

Commit e9dd2ec

Browse files
committed
update build step to ensure script is executable before running
1 parent 13bba87 commit e9dd2ec

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ jobs:
2121

2222
- name: Build
2323
working-directory: src
24-
run: $GITHUB_WORKSPACE/.github/workflows/scripts/build-nuget.cs
24+
run: |
25+
chmod +x $GITHUB_WORKSPACE/.github/workflows/scripts/build-nuget.cs
26+
dotnet run $GITHUB_WORKSPACE/.github/workflows/scripts/build-nuget.cs

0 commit comments

Comments
 (0)