Skip to content

Commit

Permalink
try to upload the generated json files
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Machado committed Jun 24, 2022
1 parent 41c68e6 commit 44222af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,11 @@ jobs:
git rev-parse HEAD >> "$staging/info/VERSION"
tar czf "$staging.tar.gz" "$staging"
echo "ASSET=$staging.tar.gz" >> $GITHUB_ENV
echo "JSON_ASSETS=$(ls -1 contracts/res/*.json)" >> $GITHUB_ENV
- name: Upload release archive
if: startsWith(github.ref, 'refs/tags')
uses: softprops/action-gh-release@v1
with:
files: |
${{ env.ASSET }}
${{ env.JSON_ASSETS }}

0 comments on commit 44222af

Please sign in to comment.