Try making ci upload artifacts...
This commit is contained in:
parent
4525781cf5
commit
b90ef97c58
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -163,3 +163,15 @@ jobs:
|
||||
exit ${HTTP_CODE}
|
||||
fi
|
||||
echo "Upload successful!"
|
||||
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v4.3.2
|
||||
with:
|
||||
# Artifact name
|
||||
# name: # optional, default is artifact
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
path: ${{ env.ZIP_FILENAME }}
|
||||
# The desired behavior if no files are found using the provided path.
|
||||
if-no-files-found: error
|
||||
# Duration after which artifact will expire in days. 0 means using default retention.
|
||||
retention-days: 14
|
||||
|
||||
Loading…
Reference in New Issue
Block a user