Skip to content

Commit

Permalink
Proper use of conveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
pkriens committed May 21, 2024
1 parent f01aacf commit c4b3386
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
name: Alloy
body: Alloy is an open source language and analyzer for software modeling. It has been used in a wide range of applications, from finding holes in security mechanisms to designing telephone switching networks.
prerelease: false
draft: true
files: |
org.alloytools.alloy.dist/conveyor/output
output/
org.alloytools.alloy.dist/target/*.jar
*/target/reports

0 comments on commit c4b3386

Please sign in to comment.