RepairWorkflows #7

Merged
Penry merged 2 commits from RepairWorkflows into main 2025-12-12 19:25:03 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c180fb0937 - Show all commits

View File

@@ -27,7 +27,7 @@ jobs:
run: dotnet publish ./CouchLog/CouchLog.sln -c Release -r linux-arm64 --self-contained false -o ./artifacts/linux-arm64
- name: Upload ARM64 artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux-arm64
path: ./artifacts/linux-arm64

View File

@@ -2,7 +2,7 @@ name: Build Docker Linux ARM64 Release
on:
release:
types: [published]
#types: [published]
jobs:
build-docker-linux-arm64-release: