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 16, 2024
1 parent 691d6a1 commit 4a418fc
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,12 @@ jobs:
bin_name="$binary_name-${{ env.VERSION }}-${{ matrix.target }}"
mv "target/${{ matrix.target }}/release/$binary_name" "$bin_name"
echo "ASSET=$bin_name" >> $GITHUB_ENV
- name: Release
uses: softprops/action-gh-release@v1
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
files: |
${{ env.ASSET }}
# - 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 }} - ${{ matrix.os }}
# body: ${{ steps.tag_version.outputs.changelog }}
artifacts: |
${{ env.ASSET }}
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}

0 comments on commit 4a418fc

Please sign in to comment.