Skip to content

Commit

Permalink
fix(ci): syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 7, 2024
1 parent 77559e7 commit 29e880f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: 📤 Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ (matrix.proxy == "ON") && 'proxy' || 'injection' }}-${{ matrix.arch }}
name: ${{ matrix.proxy == 'ON' && 'proxy' || 'injection' }}-${{ matrix.arch }}
path: |
build/*.dll

0 comments on commit 29e880f

Please sign in to comment.