We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f132f99 commit ebeffa4Copy full SHA for ebeffa4
1 file changed
.github/workflows/fetch-data.yml
@@ -49,21 +49,3 @@ jobs:
49
- name: Fetch train formation
50
run: |
51
bash fetch-train-formation.sh
52
-
53
- - name: Show dist contents
54
- run: |
55
- echo "=== dist listing ==="
56
- ls -lah dist || true
57
58
- - name: Upload to Release tag 'latest'
59
- uses: svenstaro/upload-release-action@v2
60
- with:
61
- repo_token: ${{ secrets.GITHUB_TOKEN }}
62
- tag: occupancy-forecast-json-dataset-latest
63
- release_name: occupancy-forecast-json-dataset latest
64
- body: 'Automated dataset publish'
65
- file: dist/**/*
66
- file_glob: true
67
- overwrite: true
68
- draft: false
69
- prerelease: false
0 commit comments