We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8624305 commit 3f9bcccCopy full SHA for 3f9bccc
.github/workflows/release.yml
@@ -91,7 +91,7 @@ jobs:
91
bundler-cache: true
92
working-directory: ./ruby
93
- name: Generate visualization json
94
- run: bundle exec rake generate_visualization_json
+ run: pushd ruby; bundle exec rake generate_visualization_json popd
95
- name: Upload artifacts
96
uses: svenstaro/upload-release-action@2.2.1
97
with:
@@ -102,7 +102,7 @@ jobs:
102
overwrite: true
103
body: "visualize json of map systems"
104
- name: Generate metadata
105
- run: bundle exec rake generate_metadata_json
+ run: pushd ruby; bundle exec rake generate_metadata_json popd
106
- name: Upload metadata
107
108
0 commit comments