swap order

This commit is contained in:
Timothy Baldridge 2022-05-23 10:22:06 -06:00
parent e644b673d1
commit 14f379b474

View File

@ -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: