Skip to content

Commit 3f9bccc

Browse files
author
webdev778
committed
bug fix on Asset release GHA
1 parent 8624305 commit 3f9bccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
bundler-cache: true
9292
working-directory: ./ruby
9393
- name: Generate visualization json
94-
run: bundle exec rake generate_visualization_json
94+
run: pushd ruby; bundle exec rake generate_visualization_json popd
9595
- name: Upload artifacts
9696
uses: svenstaro/upload-release-action@2.2.1
9797
with:
@@ -102,7 +102,7 @@ jobs:
102102
overwrite: true
103103
body: "visualize json of map systems"
104104
- name: Generate metadata
105-
run: bundle exec rake generate_metadata_json
105+
run: pushd ruby; bundle exec rake generate_metadata_json popd
106106
- name: Upload metadata
107107
uses: svenstaro/upload-release-action@2.2.1
108108
with:

0 commit comments

Comments
 (0)