Skip to content

Commit

Permalink
Release also list.json.xz
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejG604 committed Oct 24, 2024
1 parent ff12746 commit fbd3fd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/install-index-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: 'sbt'

- name: Generate full-project if requested
if: ${{ env.PROJECT_NAME == 'full-project' }}
run: sbt 'runMain com.virtuslab.example.generator.FullProjectGenerator'
Expand Down Expand Up @@ -78,6 +78,7 @@ jobs:
draft: true
prerelease: false
files: |
${{ env.DOWNLOADED_ARTIFACTS }}/project/list.json.xz
${{ env.DOWNLOADED_ARTIFACTS }}/project/${{ env.PROJECT_NAME }}/index.json.xz
${{ env.DOWNLOADED_ARTIFACTS }}/data/project/${{ env.PROJECT_NAME }}/*.ijx.xz
${{ env.DOWNLOADED_ARTIFACTS }}/data/project/${{ env.PROJECT_NAME }}/*.metadata.json
Expand Down

0 comments on commit fbd3fd2

Please sign in to comment.