Skip to content

Commit

Permalink
build: Change runs-on to windows-latest in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hazre committed Aug 8, 2024
1 parent b8558de commit 930ce4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build-and-release:
runs-on: ubuntu-latest
runs-on: windows-latest
permissions:
contents: write
env:
Expand All @@ -28,6 +28,7 @@ jobs:

- name: Get Version from Project File
id: get-version
shell: bash
run: echo "version=$(grep -oE '<AssemblyVersion>[^<]+' ${{ env.PROJECT }}/${{ env.PROJECT }}.csproj | sed 's/<AssemblyVersion>//')" >> $GITHUB_OUTPUT

- name: Install Velopack CLI
Expand Down

0 comments on commit 930ce4c

Please sign in to comment.