File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,11 @@ jobs:
102
102
dist-args : --artifacts=local --target=aarch64-unknown-linux-gnu
103
103
target : ' aarch64-unknown-linux-gnu'
104
104
install-dist : curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.0.4/cargo-dist-v0.0.4-installer.sh | sh
105
- - os : windows-2019
106
- dist-args : --artifacts=local --target=x86_64-pc-windows-msvc
107
- target : ' x86_64-pc-windows-msvc'
108
- install-dist : irm https://github.com/axodotdev/cargo-dist/releases/download/v0.0.4/cargo-dist-v0.0.4-installer.ps1 | iex
105
+ # We don't care for windows right now
106
+ # - os: windows-2019
107
+ # dist-args: --artifacts=local --target=x86_64-pc-windows-msvc
108
+ # target: 'x86_64-pc-windows-msvc'
109
+ # install-dist: irm https://github.com/axodotdev/cargo-dist/releases/download/v0.0.4/cargo-dist-v0.0.4-installer.ps1 | iex
109
110
110
111
runs-on : ${{ matrix.os }}
111
112
env :
@@ -123,7 +124,7 @@ jobs:
123
124
# The two platforms don't agree on how to talk about env vars but they
124
125
# do agree on 'cat' and '$()' so we use that to marshal values between commands.
125
126
run : |
126
- scripts/build.sh --target "${{ matrix.target }}" "${{ github.ref_name }}"
127
+ scripts/build.sh --target "${{ matrix.target }}" --version "${{ github.ref_name }}"
127
128
128
129
# Mark the Github Release™ as a non-draft now that everything has succeeded!
129
130
publish-release :
You can’t perform that action at this time.
0 commit comments