Skip to content

Commit 7311d56

Browse files
committed
🔧 Fix YAML format
1 parent e77219a commit 7311d56

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/release.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,21 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Get changed files in /hu_bkk
25-
id: changed-files
26-
uses: tj-actions/changed-files@v47
27-
with:
28-
since_last_remote_commit: true
29-
files: hu_bkk/**
25+
id: changed-files
26+
uses: tj-actions/changed-files@v47
27+
with:
28+
since_last_remote_commit: true
29+
files: hu_bkk/**
3030

3131
upload-zip:
3232
name: Package and upload to AWS S3
3333

34+
runs-on: macos-latest
35+
3436
needs: [check-for-changes]
3537
if: ${{ needs.check-for-changes.outputs.any_changed == 'true' }}
3638

39+
steps:
3740
- name: Package GTFS
3841
run: zip gtfs_hu_bkk.zip *
3942

0 commit comments

Comments
 (0)