There was an error while loading. Please reload this page.
2 parents b676100 + 6713b44 commit 119dc10Copy full SHA for 119dc10
2 files changed
.github/workflows/managed.yml
@@ -12,8 +12,9 @@ on:
12
13
jobs:
14
build:
15
- uses: xoofx/.github/.github/workflows/dotnet.yml@main
16
- with:
17
- dotnet-version: 8.0
18
- secrets:
19
- NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
+ runs-on: 'ubuntu-latest'
+ steps:
+ - name: "Build, Test, Pack and Publish"
+ uses: xoofx/.github/.github/actions/dotnet-releaser-action@main
+ with:
20
+ NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
.github/workflows/native.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ${{ matrix.os }}
23
steps:
24
- name: Checkout
25
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
26
- name: Build Linux
27
if: matrix.os == 'ubuntu-20.04'
28
run: |
0 commit comments