Skip to content

Commit

Permalink
fix: modify tar name
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyunfan.wyf committed Oct 20, 2023
1 parent b9bc662 commit 323357a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 246 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Upload distribution tar
with:
name: nacos
path: distribution/target/nacos-server-*-SNAPSHOT.tar.gz
path: distribution/target/nacos-server-*.tar.gz
- name: Save PR number
run: |
mkdir -p ./pr
Expand Down
244 changes: 0 additions & 244 deletions .github/workflows/push-ci-use-test-tools.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/push-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: Upload distribution tar
with:
name: nacos
path: distribution/target/nacos-server-*-SNAPSHOT.tar.gz
path: distribution/target/nacos-server-*.tar.gz

docker:
if: ${{ success() }}
Expand Down

0 comments on commit 323357a

Please sign in to comment.