Skip to content

Commit

Permalink
Merge pull request #94 from algorandfoundation/issue-92
Browse files Browse the repository at this point in the history
working-directory doesn't work with softprops/action-gh-release@v1
  • Loading branch information
shane-at-algo authored Apr 11, 2023
2 parents e2d348b + cc06e2f commit f4131d8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ jobs:
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
uses: softprops/action-gh-release@v1
with:
# According to https://github.com/softprops/action-gh-release/issues/158 working-directory doesn't work, need to
# specify path
files: |
html/*
pdf/*
specs.tar.gz
dev/html/*
dev/pdf/*
dev/specs.tar.gz
tag_name: ${{ steps.vars.outputs.sha_short }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f4131d8

Please sign in to comment.