Skip to content

Commit

Permalink
$
Browse files Browse the repository at this point in the history
  • Loading branch information
elysia-best committed Oct 18, 2024
1 parent c771c25 commit 84342bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ jobs:
- uses: actions/upload-artifact@v4
with:
if: ${{ matrix.devbuild == "$false" }}
if: ${{ matrix.devbuild == "\$false" }}
name: Lingmo Artifacts Latest Tag Build
path: BuildArtifacts
compression-level: 9 # maximum compression

- uses: actions/upload-artifact@v4
with:
if: ${{ matrix.devbuild == "$true" }}
if: ${{ matrix.devbuild == "\$true" }}
name: Lingmo Artifacts Nightly Build
path: BuildArtifacts
compression-level: 9 # maximum compression

0 comments on commit 84342bb

Please sign in to comment.