Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLee18 authored Sep 15, 2024
1 parent b419f40 commit 04655df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- run: ls -l target
run: cargo build --release
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
Expand All @@ -28,6 +27,7 @@ jobs:
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
artifacts: "./target/release/norminette_lsp"
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}
Expand Down

0 comments on commit 04655df

Please sign in to comment.