Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/0phois/Ragnarok
Browse files Browse the repository at this point in the history
  • Loading branch information
Anu6is committed Dec 19, 2023
2 parents da21664 + 6e9ec2e commit 61b95da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 5.0.x
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Publish Agent API
uses: brandedoutcast/[email protected]
uses: rohith/[email protected]
with:
PROJECT_FILE_PATH: src/Ragnarok.AgentApi/Ragnarok.AgentApi.csproj
VERSION_FILE_PATH: Directory.Build.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
INCLUDE_SYMBOLS: false
- name: Publish Hosted Service
uses: brandedoutcast/[email protected]
uses: rohith/[email protected]
with:
PROJECT_FILE_PATH: src/Ragnarok.HostedService/Ragnarok.HostedService.csproj
VERSION_FILE_PATH: Directory.Build.props
Expand Down

0 comments on commit 61b95da

Please sign in to comment.