Skip to content

Commit

Permalink
ci: fix pre-release artifact paths
Browse files Browse the repository at this point in the history
  • Loading branch information
SrGaabriel authored Sep 5, 2024
1 parent 0648c55 commit 64b85c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
compiler/gwydion.jar
compiler/compiler.kexe
compiler/compiler.exe
compiler/libs/gwydion.jar
compiler/bin/linuxX64/releaseExecutable/compiler.kexe
compiler/bin/windowsX64/releaseExecutable/compiler.exe
jester/jester
prerelease: true
tag_name: ${{ steps.tag.outputs.release_tag }}
Expand Down

0 comments on commit 64b85c6

Please sign in to comment.