Skip to content

Commit b0dfbac

Browse files
Rename the assets published to GH Releases
1 parent df7b5bc commit b0dfbac

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yaml

+1-9
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@ name: Dotty CI
22

33
on:
44
push:
5-
paths-ignore:
6-
# Do not run everything on changes only in docs
7-
- 'scala3doc/**'
8-
- 'scala3doc-testcases/**'
95
pull_request:
10-
paths-ignore:
11-
# Do not run everything on changes only in docs
12-
- 'scala3doc/**'
13-
- 'scala3doc-testcases/**'
146
schedule:
157
- cron: '0 3 * * *' # Every day at 3 AM
168

@@ -382,7 +374,7 @@ jobs:
382374
./project/scripts/sbt dist/packArchive
383375
sha256sum dist/target/scala3-* > dist/target/sha256sum.txt
384376
./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleRelease"
385-
echo "::set-env name=RELEASE_TAG::${GITHUB_REF#*refs/tags/}"
377+
echo "name=RELEASE_TAG::${GITHUB_REF#*refs/tags/}" >> $GITHUB_ENV
386378
387379
- name: Create GitHub Release
388380
id: create_gh_release

0 commit comments

Comments
 (0)