fix: Fixes releases (#1576)

This commit is contained in:
Kamron Batman 2023-10-30 19:26:10 -07:00 committed by GitHub
parent cde59a82f2
commit c53c842c4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 18 deletions

View file

@ -20,13 +20,13 @@ jobs:
name: MacOS 13
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
- name: Setup .NET 7
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.401
dotnet-version: 7.0.x
- name: Build
run: ./publish.cmd Release
- name: Migration Changes
@ -74,13 +74,13 @@ jobs:
- name: Install Prerequisites using apt
run: apt-get update -y && apt-get install -y curl libicu-dev libz-dev zstd libargon2-dev tzdata
if: ${{ matrix.packageManager == 'apt' }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
- name: Setup .NET 7
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.401
dotnet-version: 7.0.x
- name: Build
run: ./publish.sh Release
- name: Test