Skip to content

Commit

Permalink
[FIX] Build flavor should be stable and nightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Feb 8, 2024
1 parent daf5b25 commit 370b82e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Build & package for ${{ matrix.distro }}
run: |
meta/scripts/build-distro.sh ${{ matrix.distro }} --flavore=nightly
meta/scripts/build-distro.sh ${{ matrix.distro }} --flavor=nightly
- name: Upload Packages to GitHub
uses: svenstaro/upload-release-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Build & package for all supported distros
run: |
meta/scripts/build-all.sh --flavore=stable
meta/scripts/build-all.sh --flavor=stable
- name: Upload Packages to GitHub
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 370b82e

Please sign in to comment.