Skip to content

Commit

Permalink
fix 9
Browse files Browse the repository at this point in the history
  • Loading branch information
TjerkNan committed Oct 14, 2024
1 parent 0de59ae commit a7b1227
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
name: rdo-journalert_${{ env.RELEASE_VERSION }}
path: /tmp/rdo-journalert_${{ env.RELEASE_VERSION }}.tar.gz

0 comments on commit a7b1227

Please sign in to comment.