Skip to content

Commit

Permalink
updated release.yml github actions (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuchardt88 authored Nov 15, 2023
1 parent 33e2c1d commit 4dc493f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: dotnet/[email protected]
id: nbgv
- name: Install dependencies
run: dotnet restore
run: dotnet restore neo-express.sln

- name: Pack NeoExpress
run: dotnet pack src/neoxp --output ./out --configuration Release --no-restore --verbosity normal
Expand Down

0 comments on commit 4dc493f

Please sign in to comment.