Skip to content

Commit 2f9e362

Browse files
Rename package_upload.sh to package_download.sh
1 parent 3eee931 commit 2f9e362

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/scripts/python_package_upload/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ FROM docker.io/python:3.9
44
WORKDIR /app
55

66
# Copy the script into the container
7-
COPY package_upload.sh /app/package_upload.sh
7+
COPY package_download.sh /app/package_download.sh
88

99
# Make sure the script is executable
10-
RUN chmod +x /app/package_upload.sh
10+
RUN chmod +x /app/package_download.sh
1111

1212
# Store the files in a folder
1313
VOLUME /app/packages
1414

15-
ENTRYPOINT ["/app/package_upload.sh"]
15+
ENTRYPOINT ["/app/package_download.sh"]

0 commit comments

Comments
 (0)