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)