Skip to content

Commit

Permalink
indent oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
lf- committed Jul 25, 2020
1 parent 6c8cdcc commit 9270ebb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:
command: build
args: --release
- uses: actions/upload-artifact@v2
if: matrix.os == 'windows-latest'
with:
name: qr-stl-win64.exe
path: ./target/release/qr-stl.exe
if: matrix.os == 'windows-latest'
with:
name: qr-stl-win64.exe
path: ./target/release/qr-stl.exe
- uses: actions/upload-artifact@v2
if: matrix.os == 'ubuntu-latest'
with:
name: qr-stl-linux
path: ./target/x86_64-unknown-linux-musl/release/qr-stl
if: matrix.os == 'ubuntu-latest'
with:
name: qr-stl-linux
path: ./target/x86_64-unknown-linux-musl/release/qr-stl

upload:
name: Upload assets to release
Expand Down

0 comments on commit 9270ebb

Please sign in to comment.