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 a2922ec commit 63487f3Copy full SHA for 63487f3
.github/workflows/build_and_release.yml
@@ -1,6 +1,7 @@
1
name: Build and release artifacts
2
3
on:
4
+ workflow_dispatch:
5
push:
6
branches:
7
#- main
@@ -64,8 +65,6 @@ jobs:
64
65
run: ./build.sh
66
67
# Push in the Github environment variable the name of the artifact
- # Doing this now because in the following step the rust folder will
68
- # be delated to save some space before installing the toolchain
69
- run: ./config.sh -artifact_name
70
71
- name: Package toolchain
.github/workflows/release.yml
@@ -1,5 +1,6 @@
name: Release
tags:
- "*"
0 commit comments