mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-14 06:48:39 -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:
|
with:
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
|
ref: ${{ github.ref }}
|
||||||
|
|
||||||
- name: Set MSVC Dev Environment
|
- name: Set MSVC Dev Environment
|
||||||
uses: ilammy/msvc-dev-cmd@v1
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
@ -101,6 +102,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
|
ref: ${{ github.ref }}
|
||||||
|
|
||||||
- name: Build Docker Image
|
- name: Build Docker Image
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user