File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 fail-fast : false
1414 matrix :
1515 job :
16- - { artifact_name: libtoml_vtab.so , os: ubuntu-latest, target: x86_64-unknown-linux-musl }
17- # - { artifact_name: toml_vtab.so, os: ubuntu-latest, target: x86_64-unknown-linux-gnu }
16+ # - { artifact_name: libtoml_vtab.a , os: ubuntu-latest, target: x86_64-unknown-linux-musl }
17+ - { artifact_name: toml_vtab.so, os: ubuntu-latest, target: x86_64-unknown-linux-gnu }
1818 - { artifact_name: libtoml_vtab.dylib, os: macos-latest, target: x86_64-apple-darwin }
1919 - { artifact_name: libtoml_vtab.dll, os: windows-latest, target: x86_64-pc-windows-gnu }
2020 steps :
3737 with :
3838 repo_token : ${{ secrets.GITHUB_TOKEN }}
3939 file : target/${{ matrix.job.target }}/release/${{ matrix.job.artifact_name }}
40- asset_name : ${{ matrix.job.target }}_${{ matrix.job.artifact_name }}
40+ asset_name : ${{ matrix.job.artifact_name }}_${{ matrix.job.target }}
4141 tag : ${{ github.ref }}
4242 overwrite : true
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2021"
55
66[lib ]
77name = " toml_vtab"
8- crate-type =[" lib" , " cdylib" ]
8+ crate-type =[" lib" , " cdylib" , " staticlib " ]
99
1010[dependencies ]
1111anyhow = " 1"
You can’t perform that action at this time.
0 commit comments