Include version
This commit is contained in:
parent
34467f6dc2
commit
221383d116
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -62,3 +62,11 @@ jobs:
|
|||||||
name: ${{matrix.configuration}} Binary
|
name: ${{matrix.configuration}} Binary
|
||||||
path: |
|
path: |
|
||||||
build/bin/x64/${{matrix.configuration}}/d3d11.dll
|
build/bin/x64/${{matrix.configuration}}/d3d11.dll
|
||||||
|
|
||||||
|
- name: Upload version
|
||||||
|
if: matrix.configuration == 'Release'
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: Version
|
||||||
|
path: |
|
||||||
|
build/version.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user