Skip to content

Commit

Permalink
ft Auto Release set up (#4)
Browse files Browse the repository at this point in the history
* ft ci

* ci

* ht

* ft add build dir

* fx ci

* fx download to upload artifact

* ft try to make release

* fx release tag

Co-authored-by: Anton Brekhov <[email protected]>
  • Loading branch information
abrekhov and Anton Brekhov authored May 19, 2022
1 parent 7aadcd4 commit ec39a3d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,12 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ht
path: build/ht
path: build/ht
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
files: |
build/ht

0 comments on commit ec39a3d

Please sign in to comment.