Skip to content

Commit

Permalink
Update README.md (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-taka authored May 29, 2024
1 parent e6530f2 commit 17ec44f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@ jobs:
name: Build app and sign files with Trusted Signing
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
uses: actions/checkout@v4

- name: Install dependencies
run: dotnet restore App
Expand Down

0 comments on commit 17ec44f

Please sign in to comment.