Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
byko-dev committed Jan 18, 2024
2 parents 8ce180a + 52490e2 commit 9dc5e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
dotnet-version: ['6.0.x']
runtime: [linux-x64, win-x64] # Dodano tutaj
runtime: [linux-x64, win-x64]

steps:
- uses: actions/checkout@v2
Expand All @@ -37,5 +37,5 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: published-app-${{ matrix.os }}
name: published-app-${{ matrix.os }}-${{ github.sha }}
path: ./publish

0 comments on commit 9dc5e8f

Please sign in to comment.