We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79658c4 commit ce3915cCopy full SHA for ce3915c
.github/workflows/create-release.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
publish_binaries:
8
name: Publish binaries
9
- runs-on: [self-hosted, 1ES.Pool=1es-graphdevx-ubuntu-github-latest]
+ runs-on: [windows-latest]
10
strategy:
11
matrix:
12
architecture:
@@ -42,7 +42,7 @@ jobs:
42
needs: [publish_binaries]
43
environment:
44
name: gh_releases
45
46
steps:
47
- uses: actions/checkout@v3
48
- uses: actions/download-artifact@v3
0 commit comments