Skip to content

Commit

Permalink
ci: release using windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgeiler committed Sep 19, 2024
1 parent aaffef9 commit 3ee77bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

package-and-github-release:
name: Package & GitHub Release
runs-on: ubuntu-latest
runs-on: windows-latest
needs: check

permissions:
Expand All @@ -23,6 +23,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Set up JOYSTICKTESTER_VERSION
shell: bash
run: |
JOYSTICKTESTER_VERSION="${GITHUB_REF_NAME#v}"
echo "JOYSTICKTESTER_VERSION=$JOYSTICKTESTER_VERSION"
Expand Down Expand Up @@ -56,6 +57,7 @@ jobs:
output-folder: ./build/

- name: List files
shell: bash
run: ls -liashR ./build/

- name: Draft release on GitHub
Expand Down

0 comments on commit 3ee77bb

Please sign in to comment.