Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
valters-tomsons committed Apr 24, 2023
1 parent c7adf5d commit 91f5b0e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,5 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Publish release
run: dotnet publish ./src/DayZLauncher.UnixPatcher -c Release -o ./publish
- name: Upload artifact
uses: actions/[email protected]
with:
name: DayZLauncher-UnixPatcher
path: "./publish"
- name: Run Publish Script
run: cd scripts && ./publish.sh

0 comments on commit 91f5b0e

Please sign in to comment.