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 27b1688 commit 6255cbcCopy full SHA for 6255cbc
1 file changed
.github/workflows/build.yml
@@ -85,4 +85,6 @@ jobs:
85
with:
86
name: plumeimpactor-${{ matrix.platform }}
87
path: |
88
- target/release/bundle/**/*.{rpm,deb,AppImage,dmg,exe,msi}
+ target/release/bundle/appimage/*.AppImage
89
+ target/release/bundle/osx/*.dmg
90
+ target/release/bundle/msi/*.msi
0 commit comments