From 2fb7d8c5dcedce8324d48b2346175642c2737815 Mon Sep 17 00:00:00 2001 From: Tjerk Nan Date: Mon, 14 Oct 2024 14:38:14 +0200 Subject: [PATCH] fix 6 --- .github/workflows/create_release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_release.yaml b/.github/workflows/create_release.yaml index bf8dda5..c63932a 100644 --- a/.github/workflows/create_release.yaml +++ b/.github/workflows/create_release.yaml @@ -17,9 +17,9 @@ jobs: ls -alh - name: Create version.json run: | - echo "{ \"version\": \"${{ env.RELEASE_VERSION }}\", \"git_ref\": \"$GITHUB_SHA\"}" > rdo-journalert-private/version.json + echo "{ \"version\": \"${{ env.RELEASE_VERSION }}\", \"git_ref\": \"$GITHUB_SHA\"}" > journalert/version.json - name: Create tar - run: tar -czf rdo-journalert-private_${{ env.RELEASE_VERSION }}.tar.gz rdo-journalert-private + run: tar -czf rdo-journalert-private_${{ env.RELEASE_VERSION }}.tar.gz . - name: Upload release tar uses: actions/upload-artifact@v4 with: