diff --git a/.github/workflows/create_release.yaml b/.github/workflows/create_release.yaml index 2b3cafc..3d74b7e 100644 --- a/.github/workflows/create_release.yaml +++ b/.github/workflows/create_release.yaml @@ -19,9 +19,9 @@ jobs: run: | echo "{ \"version\": \"${{ env.RELEASE_VERSION }}\", \"git_ref\": \"$GITHUB_SHA\"}" > journalert/version.json - name: Create tar - run: tar -czf /tmp/rdo-journalert-private_${{ env.RELEASE_VERSION }}.tar.gz . + run: tar -czf /tmp/rdo-journalert_${{ env.RELEASE_VERSION }}.tar.gz . - name: Upload release tar uses: actions/upload-artifact@v4 with: - name: rdo-journalert-private_${{ env.RELEASE_VERSION }} - path: /tmp/rdo-journalert-private_${{ env.RELEASE_VERSION }}.tar.gz \ No newline at end of file + name: rdo-journalert_${{ env.RELEASE_VERSION }} + path: /tmp/rdo-journalert_${{ env.RELEASE_VERSION }}.tar.gz \ No newline at end of file