mirror of
https://github.com/Tim-Paik/srv.git
synced 2024-10-13 00:29:43 +00:00
github action
This commit is contained in:
parent
469f948e15
commit
8290b08147
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -42,13 +42,17 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: crazy-max/ghaction-chocolatey@v1
|
||||
- uses: lukka/run-vcpkg@v7
|
||||
with:
|
||||
args: install openssl
|
||||
setupOnly: true
|
||||
vcpkgDirectory: "${{ github.workspace }}/vcpkg"
|
||||
appendedCacheKey: ${{ hashFiles( '**/vcpkg_manifest/vcpkg.json' ) }}
|
||||
vcpkgTriplet: ${{ matrix.triplet }}
|
||||
additionalCachedPaths: ${{ env.buildDir }}/vcpkg_installed
|
||||
- uses: taiki-e/upload-rust-binary-action@v1
|
||||
with:
|
||||
bin: web
|
||||
tar: unix
|
||||
zip: windows
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user