Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Install dependencies
run: |
dnf install -y dotnet-sdk-6.0 git make
dnf install -y dotnet-sdk-8.0 git make

- uses: actions/checkout@v3
with:
Expand All @@ -34,7 +34,7 @@ jobs:
make publish

- name: Upload build artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: release-binaries
path: turkey.tar.gz
Expand Down
Loading