Skip to content

Commit 1e368ca

Browse files
authored
Update main.yml
1 parent ca936ec commit 1e368ca

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,6 @@ jobs:
2525
- name: Build the project
2626
run: ant -Dskip.chkpii=y # Run the specified Ant command
2727

28-
- name: Archive artifacts
29-
run: |
30-
mkdir -p dist
31-
# Check if the file exists before copying
32-
if [ -f dist/datapower-v*.zip ]; then
33-
cp dist/datapower-v*.zip dist/
34-
fi
35-
if [ -f dist/dcm.jar ]; then
36-
cp dist/dcm.jar dist/
37-
fi
38-
3928
- name: Extract Plugin Version
4029
id: extract_version
4130
run: |

0 commit comments

Comments
 (0)