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 5014de2 commit a4bfc36
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 @@ -48,7 +48,7 @@ jobs:
name: aarch64-apple-darwin
path: target/aarch64-apple-darwin/release/norminette_lsp
release:
needs: [build_linux, build_macos]
needs: [update_version, build_linux, build_macos]
runs-on: ubuntu-latest
permissions:
contents: write
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ jobs.update_version.outputs.new_tag }}
tag_name: ${{ needs.update_version.outputs.new_tag }}
files: |
x86_64-unknown-linux-gnu/norminette_lsp
aarch64-apple-darwin/norminette_lsp

0 comments on commit a4bfc36

Please sign in to comment.