Skip to content

Commit

Permalink
Also uploading svcomp archive to release
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi authored Aug 1, 2024
1 parent b03cd9f commit 2b177fd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/actions/create-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,16 @@ runs:
with:
name: ThetaJars
path: jar/
- run: for i in $(find jar -name "*-all.jar"); do mv -v $i jar/$(basename ${i%-${{steps.value.outputs.version}}-all.jar}.jar); done
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: Theta_SV-COMP
path: upload/
- run: for i in $(find jar -name "*-all.jar"); do mv -v $i upload/$(basename ${i%-${{steps.value.outputs.version}}-all.jar}.jar); done
shell: bash
- name: Release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1.0
with:
files: jar/**/*.jar
files: upload/*
body: ${{steps.value.outputs.message}}
name: ${{steps.value.outputs.tagname}}
tag_name: ${{steps.value.outputs.tagname}}

0 comments on commit 2b177fd

Please sign in to comment.