feat(ci): upload artifact on CI (#340)

This commit is contained in:
GeopJr 2022-07-15 19:13:09 +03:00 committed by GitHub
parent 964a064297
commit 399d41d74a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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