Skip to content

Commit aec5816

Browse files
Rename ci yaml file
1 parent 7b2336d commit aec5816

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml renamed to .github/workflows/build-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Build Toolchain
22

33
on:
44
push:

utils/webassembly/distribute-latest-toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -xe
44
repository='swiftwasm/swift'
5-
workflow_name='main.yml'
5+
workflow_name='build-toolchain.yml'
66
branch=$1
77
channel=$2
88
swift_source_dir="$(cd "$(dirname $0)/../.." && pwd)"

0 commit comments

Comments
 (0)