From 12374f1fbc808e67e6a3dc189cd91d2f359d3b48 Mon Sep 17 00:00:00 2001 From: Alexey Sosnin Date: Sun, 28 Jan 2024 15:03:56 +0300 Subject: [PATCH] ci: upload full directory to artifacts --- .github/workflows/native-aot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/native-aot.yml b/.github/workflows/native-aot.yml index 71daf43..508f822 100644 --- a/.github/workflows/native-aot.yml +++ b/.github/workflows/native-aot.yml @@ -35,8 +35,8 @@ jobs: - name: 'Upload Artifact' uses: actions/upload-artifact@v4 with: - name: Heartbeat - path: artifacts/linux-x64/Heartbeat + name: Heartbeat-linux-x64 + path: artifacts/linux-x64/ retention-days: 1 # \artifacts\win-x64\Heartbeat.exe \ No newline at end of file