Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Amiya-873 authored Sep 24, 2024
1 parent ca936ec commit 1e368ca
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,6 @@ jobs:
- name: Build the project
run: ant -Dskip.chkpii=y # Run the specified Ant command

- name: Archive artifacts
run: |
mkdir -p dist
# Check if the file exists before copying
if [ -f dist/datapower-v*.zip ]; then
cp dist/datapower-v*.zip dist/
fi
if [ -f dist/dcm.jar ]; then
cp dist/dcm.jar dist/
fi
- name: Extract Plugin Version
id: extract_version
run: |
Expand Down

0 comments on commit 1e368ca

Please sign in to comment.