mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
Update artifact name
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -455,7 +455,7 @@ jobs:
|
|||||||
- name: Upload artifacts 📦
|
- name: Upload artifacts 📦
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: freqtrade-${{ github.ref }}
|
name: freqtrade-build
|
||||||
path: |
|
path: |
|
||||||
dist
|
dist
|
||||||
retention-days: 10
|
retention-days: 10
|
||||||
@@ -477,7 +477,7 @@ jobs:
|
|||||||
- name: Download artifact 📦
|
- name: Download artifact 📦
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: freqtrade-${{ github.ref }}
|
name: freqtrade-build
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
- name: Publish to PyPI (Test)
|
- name: Publish to PyPI (Test)
|
||||||
|
|||||||
Reference in New Issue
Block a user