File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 env :
3939 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4040
41- - uses : taiki-e/upload-rust-binary-action@v1
41+ - uses : taiki-e/upload-rust-binary-action@v1 # zizmor: ignore[ref-confusion]
4242 with :
4343 bin : client
4444 target : ${{ matrix.target }}
5050 CARGO_PROFILE_RELEASE_CODEGEN_UNITS : 1
5151 CARGO_PROFILE_RELEASE_LTO : true
5252
53- - uses : taiki-e/upload-rust-binary-action@v1
53+ - uses : taiki-e/upload-rust-binary-action@v1 # zizmor: ignore[ref-confusion]
5454 with :
5555 bin : server
5656 target : ${{ matrix.target }}
Original file line number Diff line number Diff line change 5353 GITHUB_REPO : ${{ github.repository }}
5454
5555 - name : Create github release
56- uses : taiki-e/create-gh-release-action@v1
56+ uses : taiki-e/create-gh-release-action@v1 # zizmor: ignore[ref-confusion]
5757 with :
5858 branch : main
5959 changelog : CHANGES.md
You can’t perform that action at this time.
0 commit comments