Skip to content

Commit

Permalink
Update snapshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkriens committed May 21, 2024
1 parent cabad0c commit e48e167
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,8 @@ jobs:
distribution: temurin
- shell: bash
run: ./gradlew --parallel release
- shell: bash
run: cd org.alloytools.alloy.dist;./macos
- if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: test-reports
path: '*/target/reports/'
- uses: softprops/action-gh-release@v2
with:
prerelease: true
draft: true
files: |
org.alloytools.alloy.dist/target/*.jar
org.alloytools.alloy.dist/target/*.dmg
*/target/reports

0 comments on commit e48e167

Please sign in to comment.