We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff3319 commit c285f9cCopy full SHA for c285f9c
.github/workflows/matrix-test.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
env:
16
# Set to force version number, e.g., when no tag exists.
17
- LEET_VERSION: TEST-0.0.2
+ LEET_VERSION: TEST-0.0.3
18
outputs:
19
upload_url: ${{ steps.release.outputs.upload_url }}
20
leet_version: ${{ env.LEET_VERSION }}
@@ -113,7 +113,7 @@ jobs:
113
with:
114
use-cross: ${{ matrix.builds.cross }}
115
command: build
116
- args: --release --target ${{ matrix.builds.target }} --features ${{ matrix.builds.features }} ${{ matrix.builds.target_bins }}
+ args: --release --target ${{ matrix.builds.target }} ${{ matrix.builds.target_bins }}
117
118
- name: Artifact upload
119
uses: actions/upload-artifact@v2
0 commit comments