Skip to content

Commit

Permalink
fix: multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
DuoDuoJuZi authored Dec 20, 2024
1 parent c63c3c0 commit 401c322
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,28 @@ jobs:
- name: Get Repository Name
uses: MariachiBear/[email protected]

- name: Upload Artifact
uses: actions/[email protected]
- uses: actions/[email protected]
with:
name: ${{ steps.repo-name.outputs.repository-name }} ${{ steps.short_sha.outputs.sha_short }}
name: ${{ steps.repo-name.outputs.repository-name }} ${{ steps.short_sha.outputs.sha_short }}
path: |
annotation/build/libs/*.jar
- uses: actions/[email protected]
with:
name: ${{ steps.repo-name.outputs.repository-name }} ${{ steps.short_sha.outputs.sha_short }}
path: |
cache/build/libs/*.jar
- uses: actions/[email protected]
with:
name: ${{ steps.repo-name.outputs.repository-name }} ${{ steps.short_sha.outputs.sha_short }}
path: |
configuration/build/libs/*.jar
- uses: actions/[email protected]
with:
name: ${{ steps.repo-name.outputs.repository-name }} ${{ steps.short_sha.outputs.sha_short }}
path: |
commons/build/libs/*.jar
- uses: actions/[email protected]
with:
name: ${{ steps.repo-name.outputs.repository-name }} ${{ steps.short_sha.outputs.sha_short }}
path: |
mongodb/build/libs/*.jar

0 comments on commit 401c322

Please sign in to comment.