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:
@@ -8,6 +8,16 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: '10.0.x'
|
||||
|
||||
- run: dotnet --info
|
||||
|
||||
- run: dotnet restore
|
||||
|
||||
- run: dotnet build --configuration Release
|
||||
|
||||
- name: Say hello
|
||||
run: echo "Hello from GitHub Actions!"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user