Skip to content

Commit

Permalink
fix 7
Browse files Browse the repository at this point in the history
  • Loading branch information
TjerkNan committed Oct 14, 2024
1 parent 2fb7d8c commit 0da6673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 rdo-journalert-private_${{ env.RELEASE_VERSION }}.tar.gz .
run: tar -czf /tmp/rdo-journalert-private_${{ env.RELEASE_VERSION }}.tar.gz .
- name: Upload release tar
uses: actions/upload-artifact@v4
with:
name: rdo-journalert-private_${{ env.RELEASE_VERSION }}
path: rdo-journalert-private_${{ env.RELEASE_VERSION }}.tar.gz
path: /tmp/rdo-journalert-private_${{ env.RELEASE_VERSION }}.tar.gz

0 comments on commit 0da6673

Please sign in to comment.