Skip to content

Commit

Permalink
Fix indentation of steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
olson-sean-k committed May 19, 2021
1 parent 972d583 commit ae5729d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
fail-fast: false
matrix:
target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl]
steps:
- uses: actions/checkout@v2
- name: Build and Publish
uses: rust-build/rust-build.action@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTTARGET: ${{ matrix.target }}
SRC_DIR: nym-cli
EXTRA_FILES: "LICENSE README.md"
steps:
- uses: actions/checkout@v2
- name: Build and Publish
uses: rust-build/rust-build.action@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTTARGET: ${{ matrix.target }}
SRC_DIR: nym-cli
EXTRA_FILES: "LICENSE README.md"

0 comments on commit ae5729d

Please sign in to comment.