Skip to content

Commit 3a28f02

Browse files
authored
Update ccpp_mac_arm_rc.yml
1 parent 63afd1e commit 3a28f02

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ccpp_mac_arm_rc.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,13 @@ jobs:
2020
uses: actions/upload-artifact@v1.0.0
2121
with:
2222
name: rc_arm_macos.tar
23-
path: build/SuperSlicer.tar
23+
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

Comments
 (0)