Skip to content

Commit

Permalink
Merge pull request #389 from FabianTerhorst/dev
Browse files Browse the repository at this point in the history
update host
  • Loading branch information
FabianTerhorst committed Nov 14, 2021
2 parents 3b9e070 + 1a25291 commit c5aec9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
ls -l
- name: Copy nethost
working-directory: /usr/share/dotnet/packs/Microsoft.NETCore.App.Host.linux-x64/5.0.9/runtimes/linux-x64/native/
working-directory: /usr/share/dotnet/packs/Microsoft.NETCore.App.Host.linux-x64/5.0.12/runtimes/linux-x64/native/
run: |
tar -cvf ./libnethost.tar .
- name: Upload artifacts
Expand All @@ -36,14 +36,14 @@ jobs:
run: |
dir
- name: Copy nethost
working-directory: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Host.win-x64\5.0.11\runtimes\win-x64\native\
working-directory: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Host.win-x64\5.0.9\runtimes\win-x64\native\
run: |
tar -cvf ./libnethost.tar .
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: nethost-windows
path: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Host.win-x64\5.0.11\runtimes\win-x64\native\libnethost.tar
path: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Host.win-x64\5.0.9\runtimes\win-x64\native\libnethost.tar
build-api:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c5aec9c

Please sign in to comment.