Skip to content

Commit 6470bab

Browse files
committed
feat: add artifact upload step to GTFS update workflow
1 parent 84d6437 commit 6470bab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,7 @@ jobs:
3939
cd gtfs-branch
4040
chmod +x gradlew
4141
./gradlew updateGtfs --args="../input.zip ./files/$(date +'%Y-%m-%d').zip ../cache.tsv ${{ secrets.MAPYCZ_API_KEY }}"
42+
- name: Upload artifact
43+
run: : |
4244
cp ./files/$(date +'%Y-%m-%d').zip ./files/latest.zip
4345
git push https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git gtfs

0 commit comments

Comments
 (0)