We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0920053 commit 7eefc89Copy full SHA for 7eefc89
.github/workflows/build-linux-release.yml
@@ -67,6 +67,12 @@ jobs:
67
docker cp $container_id:/.output/ctx ./dist/ctx-${{ env.VERSION }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }}
68
docker rm $container_id
69
70
+ - name: 📤 Upload build artifact
71
+ uses: actions/upload-artifact@v4
72
+ with:
73
+ name: ctx-${{ env.VERSION }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }}
74
+ path: dist/ctx-${{ env.VERSION }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }}
75
+
76
- name: 📤 Upload release assets
77
uses: softprops/[email protected]
78
if: startsWith(github.ref, 'refs/tags/')
0 commit comments