Skip to content

Commit

Permalink
Fix 'append file to other file' for windows; try again to trigger spa…
Browse files Browse the repository at this point in the history
…rse checkout
  • Loading branch information
Byron committed May 19, 2020
1 parent b351b1d commit 904c484
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
env:
# Set to force version number, e.g., when no tag exists.
ARTIFACT_VERSION: TEST-0.0.2
ARTIFACT_VERSION: TEST-0.0.3
steps:
- name: Create artifacts directory
run: mkdir artifacts
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
fetch-depth: 1

- name: Checkout sparsely to avoid issues with unicode paths
if: '!success()'
if: failure()
run: |
git sparse-checkout init
git sparse-checkout set '/*' '!/tests/'
Expand All @@ -132,7 +132,7 @@ jobs:
- name: Patch Cargo.toml (Windows)
if: matrix.os == 'windows-2019'
run: |
cat Cargo.toml.windows-suffix >> Cargo.toml
bash -c "cat Cargo.toml.windows-suffix >> Cargo.toml"
- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 904c484

Please sign in to comment.