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 69d98a1 commit d079a44Copy full SHA for d079a44
.github/workflows/native-build.yml
@@ -53,4 +53,6 @@ jobs:
53
uses: actions/upload-artifact@v5
54
with:
55
name: power-server-${{ runner.os }}-${{ runner.arch }}
56
- path: **/target/distributions/*.tar.gz
+ path: |
57
+ server/target/distributions/*.tar.gz
58
+ cli/target/distributions/*.tar.gz
0 commit comments