Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Added code subdir to release artifacts (zips) to be included
  • Loading branch information
rensink authored Mar 24, 2024
1 parent 6410147 commit 4622559
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 @@ -52,6 +52,6 @@ jobs:
- name: Deploy release
uses: ncipollo/[email protected]
with:
artifacts: "release/target/*.zip"
draft: true
artifacts: "code/release/target/*.zip"
draft: false
prerelease: true

0 comments on commit 4622559

Please sign in to comment.