Skip to content

Commit 56056db

Browse files
committed
[PCCS-11868] Support arm
1 parent b793de7 commit 56056db

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: Build Artifacts
22

3-
on: push
4-
5-
# on:
6-
# release:
7-
# types:
8-
# - created
3+
on:
4+
release:
5+
types:
6+
- created
97

108
jobs:
119
build:
@@ -27,8 +25,7 @@ jobs:
2725
id: get_release
2826
with:
2927
script: |
30-
// const tag = context.ref.replace('refs/tags/', '');
31-
const tag = 'v1.46.7';
28+
const tag = context.ref.replace('refs/tags/', '');
3229
const { owner, repo } = context.repo;
3330
const { data: { upload_url } } = await github.rest.repos.getReleaseByTag({ owner, repo, tag });
3431

0 commit comments

Comments
 (0)