Skip to content

Commit

Permalink
chore: fix release step in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby authored Apr 3, 2023
1 parent 8882fab commit b651ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
name: plugin-moments
path: |
build/libs/*-plain.jar
build/libs/*.jar
retention-days: 1

github-release:
Expand Down Expand Up @@ -102,4 +102,4 @@ jobs:
release_id: releaseId,
name: artifactName,
data: await fs.readFile(artifactPathName)
});
});

0 comments on commit b651ff2

Please sign in to comment.