We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63afd1e commit 3a28f02Copy full SHA for 3a28f02
.github/workflows/ccpp_mac_arm_rc.yml
@@ -20,4 +20,13 @@ jobs:
20
uses: actions/upload-artifact@v1.0.0
21
with:
22
name: rc_arm_macos.tar
23
- path: build/SuperSlicer.tar
+ path: build/SuperPleccer.tar
24
+ - name: Upload release assets
25
+ uses: actions/upload-release-asset@v1
26
+ env:
27
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
+ with:
29
+ upload_url: ${{ needs.create_release.outputs.upload_url }}
30
+ asset_name: SuperPleccer-${{ matrix.config.os }}
31
+ asset_path: build/SuperPleccer.tar
32
+ asset_content_type: application/octet-stream
0 commit comments