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 118a9f0 commit 942fa83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Unstable Package
path: |
packaging/rebornos-welcome-git/*.pkg.tar.*
packaging/rebornos-iso-welcome-git/*.pkg.tar.*
packaging_iso/rebornos-iso-welcome-git/*.pkg.tar.*
if-no-files-found: error
release:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Stable Package
path: |
packaging/rebornos-welcome/*.pkg.tar.*
packaging/rebornos-iso-welcome/*.pkg.tar.*
packaging_iso/rebornos-iso-welcome/*.pkg.tar.*
if-no-files-found: error
release:
needs: build
Expand Down

0 comments on commit 942fa83

Please sign in to comment.