diff options
| -rw-r--r-- | .github/workflows/release-paper.yaml | 1 | ||||
| -rw-r--r-- | .github/workflows/release-velocity.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release-paper.yaml b/.github/workflows/release-paper.yaml index 49c9af8..6c8f9f7 100644 --- a/.github/workflows/release-paper.yaml +++ b/.github/workflows/release-paper.yaml @@ -84,6 +84,7 @@ jobs: uses: actions/download-artifact@v8 with: name: LunaticChat-paper-v${{ needs.validate.outputs.version }} + path: platform-paper/build/libs - name: Create GitHub Release env: diff --git a/.github/workflows/release-velocity.yaml b/.github/workflows/release-velocity.yaml index 6a78ea5..151c82b 100644 --- a/.github/workflows/release-velocity.yaml +++ b/.github/workflows/release-velocity.yaml @@ -85,6 +85,7 @@ jobs: uses: actions/download-artifact@v8 with: name: LunaticChat-velocity-v${{ needs.validate.outputs.version }} + path: platform-velocity/build/libs - name: Create GitHub Release env: |
