Skip to content

Commit

Permalink
f: fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
nanov committed Nov 13, 2024
1 parent 798a35d commit 66b80df
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ jobs:
- uses: taiki-e/create-gh-release-action@v1
with:
# (optional) Path to changelog.
<<<<<<< HEAD
# changelog: CHANGELOG.md
=======
changelog: CHANGELOG.md
>>>>>>> d13247f479d853832f107b1db5963787494deffc
# (required) GitHub token for creating GitHub Releases.
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -42,11 +38,7 @@ jobs:
with:
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
# Note that glob pattern is not supported yet.
<<<<<<< HEAD
bin: rae-cli
=======
bin: ...
>>>>>>> d13247f479d853832f107b1db5963787494deffc
# (optional) Target triple, default is host triple.
# This is optional but it is recommended that this always be set to
# clarify which target you are building for if macOS is included in
Expand Down

0 comments on commit 66b80df

Please sign in to comment.