diff options
| author | ruki <[email protected]> | 2020-11-25 22:22:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-11-25 22:22:20 +0800 |
| commit | 92a8c9c2ed2713173b5ef0c6a7806df36556823d (patch) | |
| tree | de64f28d167bdadb0dcd3e3be902dead085a3cb9 /.github/workflows/windows.yml | |
| parent | 2e5374c0be01071f23884426ea55f8e2e57c4389 (diff) | |
fix get tag for civ2.3.9
Diffstat (limited to '.github/workflows/windows.yml')
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c28656f42..e3c12f8de 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -26,7 +26,7 @@ jobs: - uses: dlang-community/setup-dlang@v1 with: compiler: dmd-latest - - uses: olegtarasov/get-tag@v2 + - uses: little-core-labs/[email protected] id: tagName # prepare |
