From d2e328b8bd68df6d70fa2e85979f27c941f47d22 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 16 Dec 2023 21:32:36 +0100 Subject: [PATCH] Update artifact name --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c09bc4e13..959579c2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -455,7 +455,7 @@ jobs: - name: Upload artifacts 📦 uses: actions/upload-artifact@v3 with: - name: freqtrade-${{ github.ref }} + name: freqtrade-build path: | dist retention-days: 10 @@ -477,7 +477,7 @@ jobs: - name: Download artifact 📦 uses: actions/download-artifact@v3 with: - name: freqtrade-${{ github.ref }} + name: freqtrade-build path: dist - name: Publish to PyPI (Test)