mirror of
https://github.com/iminet/dev.git
synced 2026-08-22 23:28:25 +02:00
Update GitHub Actions workflow
This commit is contained in:
@@ -13,13 +13,13 @@ jobs:
|
||||
dotnet-version: '10.0.x'
|
||||
|
||||
- name: Dotnet info
|
||||
- run: dotnet --info
|
||||
run: dotnet --info
|
||||
|
||||
- name: Dotnet restore
|
||||
- run: dotnet restore
|
||||
run: dotnet restore
|
||||
|
||||
- name: Dotnet build
|
||||
- run: dotnet build --configuration Release
|
||||
run: dotnet build --configuration Release
|
||||
|
||||
- name: Say hello
|
||||
run: echo "Hello from GitHub Actions!"
|
||||
|
||||
Reference in New Issue
Block a user