mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
swap order
This commit is contained in:
parent
e644b673d1
commit
14f379b474
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -8,9 +8,9 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Extract Version
|
||||
run: echo "VERSION=$(python scripts/version_extract.py)" >> $GITHUB_ENV
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user