We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960170b commit dc2911fCopy full SHA for dc2911f
.github/workflows/release-publish-windows.yml
@@ -23,7 +23,7 @@ on:
23
jobs:
24
release-windows:
25
name: Publish Windows Release
26
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
27
steps:
28
- name: Checkout code
29
uses: actions/checkout@v3
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
if: github.ref == 'refs/heads/main'
22
name: Release
needs: test
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
0 commit comments