Skip to content

Commit

Permalink
Merge pull request #93 from algorandfoundation/issue-92
Browse files Browse the repository at this point in the history
No working directory in publish release step
  • Loading branch information
shane-at-algo authored Apr 11, 2023
2 parents 931dfbe + b634ac9 commit e2d348b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:

jobs:
build-and-test:
defaults:
run:
working-directory: 'dev'

runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand All @@ -22,7 +26,6 @@ jobs:
- name: Build
run: |
cd dev
mkdir -p ./{pdf,html}
make
tar -czvf specs.tar.gz html pdf
Expand Down

0 comments on commit e2d348b

Please sign in to comment.