diff options
| author | Evsyukov Denis Anatolyevich <[email protected]> | 2020-03-11 09:31:08 +0300 |
|---|---|---|
| committer | Evsyukov Denis Anatolyevich <[email protected]> | 2020-03-11 09:31:08 +0300 |
| commit | 24540e22685967f47d0892549546cc56252f9a60 (patch) | |
| tree | 702de66ffdb37b36b9aa0c7091304ccdb3ee139b | |
| parent | [~] setup-rust-action version (diff) | |
| download | t-24540e22685967f47d0892549546cc56252f9a60.tar.xz t-24540e22685967f47d0892549546cc56252f9a60.zip | |
[-] --locked from cargo build
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 76ecdb0..1557b07 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: rust-version: stable - uses: actions/checkout@v2 - name: Build - run: cargo build --release --locked + run: cargo build --release - name: UPX binary uses: actions-github/upx@master with: |