Skip to content

Commit f8ccf2b

Browse files
Update pack.yml
1 parent f212d5a commit f8ccf2b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/pack.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@ jobs:
2222
- name: Pack
2323
run: |
2424
mvn package -DskipTests --batch-mode
25-
cp pom.xml aspose-email-cloud-0.0.1.pom
26-
- name: Zip
27-
uses: montudor/action-zip@v0.1.0
28-
with:
29-
args: zip -qq -r ./package.zip ./target/*.jar aspose-email-cloud-0.0.1.pom
25+
mkdir result
26+
cp pom.xml result/aspose-email-cloud-0.0.1.pom
27+
cp target/*.jar result
3028
- name: Upload artifact
3129
uses: actions/upload-artifact@v1
3230
with:
3331
name: package
34-
path: package.zip
32+
path: result

0 commit comments

Comments
 (0)