Skip to content

Commit

Permalink
Comment out working dir run
Browse files Browse the repository at this point in the history
Per Tim's suggestion re debugging
  • Loading branch information
johnbeve authored Jan 7, 2024
1 parent 6fbf41d commit 2bb0932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Build and test ontology release
run: make all
working-directory: /home/runner/work/BFO-2020
# working-directory: /home/runner/work/BFO-2020

# Run the main steps here
- name: Build and test ontology release
Expand Down Expand Up @@ -81,4 +81,4 @@ jobs:
upload_url: ${{ steps.draft_release.outputs.upload_url }}
asset_path: ${{ steps.build_release.outputs.RELEASE_FILE_PATH }}
asset_name: ${{ steps.build_release.outputs.RELEASE_FILE_PATH }}
asset_content_type: ${{env.release-build-content-type}}
asset_content_type: ${{env.release-build-content-type}}

0 comments on commit 2bb0932

Please sign in to comment.