Skip to content

Commit 62e83fd

Browse files
committed
change naming
1 parent e74ec04 commit 62e83fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# env:
7474
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7575

76-
create_release_test:
76+
publish_release:
7777
runs-on: ubuntu-latest
7878
needs: [generate_infos, build]
7979
steps:
@@ -90,7 +90,7 @@ jobs:
9090
path: out/
9191
key: awesome-ci-${{ github.sha }}
9292

93-
- name: Create Release
93+
- name: Publish Release
9494
run: awesome-ci release publish -releaseid "$ACI_RELEASE_ID" -upload "file=out/$ARTIFACT1,file=out/$ARTIFACT2"
9595
env:
9696
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)