Skip to content

Commit

Permalink
ci: Create release automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
WIStudent committed Mar 19, 2024
1 parent 73f17d6 commit 1947334
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 @@ -50,8 +50,10 @@ jobs:
run: gh release create "v$DENO_VERSION" --title "v$DENO_VERSION"
env:
DENO_VERSION: ${{ inputs.deno-version }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Add binary file to release
run: gh release upload "v$DENO_VERSION" deno-aarch64-amazon-linux-2-gnu.zip
env:
DENO_VERSION: ${{ inputs.deno-version }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1947334

Please sign in to comment.