mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-12 22:10:54 -04:00
See if this propagates annotated tags to runners
This commit is contained in:
parent
2cdb3de35f
commit
db8b4a7716
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
||||
with:
|
||||
submodules: 'true'
|
||||
fetch-depth: '0'
|
||||
ref: ${{ github.ref }}
|
||||
|
||||
- name: Set MSVC Dev Environment
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
@ -101,6 +102,7 @@ jobs:
|
||||
with:
|
||||
submodules: 'true'
|
||||
fetch-depth: '0'
|
||||
ref: ${{ github.ref }}
|
||||
|
||||
- name: Build Docker Image
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user