Skip to content

Commit

Permalink
ci: 🐛 Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shivanandvp committed Aug 14, 2023
1 parent 942fa83 commit 4a8f30a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ jobs:
tag_name: ${{ env.GIT_VERSION }}
name: ${{ env.GIT_VERSION }}
files: |
${{ steps.download_package_step.outputs.download-path }}/*.pkg.tar*
${{ steps.download_package_step.outputs.download-path }}/packaging/rebornos-welcome-git/*.pkg.tar.*
${{ steps.download_package_step.outputs.download-path }}/packaging_iso/rebornos-iso-welcome-git/*.pkg.tar.*
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,5 @@ jobs:
tag_name: ${{ env.LATEST_TAG }}
name: ${{ env.LATEST_TAG }}
files: |
${{ steps.download_package_step.outputs.download-path }}/*.pkg.tar*
${{ steps.download_package_step.outputs.download-path }}/packaging/rebornos-welcome/*.pkg.tar.*
${{ steps.download_package_step.outputs.download-path }}/packaging_iso/rebornos-iso-welcome/*.pkg.tar.*

0 comments on commit 4a8f30a

Please sign in to comment.