Skip to content

Commit

Permalink
update zip name
Browse files Browse the repository at this point in the history
  • Loading branch information
buihien224 authored Dec 4, 2023
1 parent f476fa5 commit 20a9fab
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
echo "Setting Vienam timezone"
sudo timedatectl set-timezone Asia/Ho_Chi_Minh
- name: Download Services.jar
run: |
axel -n $(nproc) ${{ github.event.inputs.S }}
- name: Download Framework.jar
run: |
axel -n $(nproc) ${{ github.event.inputs.F }}
Expand All @@ -42,7 +38,7 @@ jobs:
uses: actions/[email protected]
with:
# Artifact name
name: services_patched_bhlnk.zip
name: framework_patched_bhlnk.zip
# A file, directory or wildcard pattern that describes what to upload
path: ./module/*
# The desired behavior if no files are found using the provided path.
Expand Down

0 comments on commit 20a9fab

Please sign in to comment.