Skip to content

Commit

Permalink
fix path (again...)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosser committed Jul 20, 2024
1 parent 3233c27 commit 699ddab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: jpipe-${{ github.ref_name }}.jar
path: langium/jar/jpipe.jar
path: langium/jar/

- name: build extension
run: |
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: jpipe-${{ github.ref_name }}.jar
path: homebrew/jpipe.jar
path: homebrew/

- name: Create Homebrew artefact
run: |
Expand Down

0 comments on commit 699ddab

Please sign in to comment.