We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae67fe0 commit d19de69Copy full SHA for d19de69
.github/workflows/plugin.yml
@@ -54,14 +54,14 @@ jobs:
54
strategy:
55
matrix:
56
include:
57
- - os: windows-2022
+ - os: ubuntu-24.04
58
arch: amd64
59
target: windows
60
ext: .exe
61
- - os: ubuntu-22.04
62
63
target: linux
64
65
arch: arm64
66
67
- os: macos-13
@@ -144,5 +144,5 @@ jobs:
144
- name: Upload Plugin zip package
145
uses: actions/upload-artifact@v4
146
with:
147
- name: deweb-plugin_${{ matrix.target }}_${{ matrix.arch }}_zip
+ name: deweb-plugin_${{ matrix.target }}_${{ matrix.arch }}
148
path: plugin/deweb-plugin_${{ matrix.target }}_${{ matrix.arch }}.zip
0 commit comments