Skip to content

Commit

Permalink
Updated rebuild releases with Charles' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Feb 12, 2024
1 parent 13592bb commit 1d4eb2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rebuild-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
env:
VERSION: ${{steps.vars.outputs.version}}

- run: tar cfv docs.tar -C docs .
- run: tar cfvz api-docs.tgz -C docs .

- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: docs.tar
files: api-docs.tgz
name: ${{steps.vars.outputs.version}}
tag_name: "refs/tags/${{ matrix.tag }}"
env:
Expand Down

0 comments on commit 1d4eb2c

Please sign in to comment.