feat(ci): upload artifact on CI (#340)
This commit is contained in:
parent
964a064297
commit
399d41d74a
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -29,3 +29,14 @@ jobs:
|
||||
|
||||
- name: Check if DLL got built
|
||||
run: if (-Not (Test-Path -path "bin/Release/BigBaseV2.dll")) {throw 1}
|
||||
|
||||
- name: Rename DLL to YimMenu-dev-{GITHUB_SHA}.dll
|
||||
run: ren BigBaseV2.dll YimMenu-dev-${{github.sha}}.dll
|
||||
working-directory: bin/Release/
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: binary
|
||||
path: |
|
||||
bin/Release/YimMenu-dev-*.dll
|
||||
|
Reference in New Issue
Block a user