Try making ci upload artifacts...
This commit is contained in:
@@ -163,3 +163,15 @@ jobs:
|
|||||||
exit ${HTTP_CODE}
|
exit ${HTTP_CODE}
|
||||||
fi
|
fi
|
||||||
echo "Upload successful!"
|
echo "Upload successful!"
|
||||||
|
|
||||||
|
- name: Upload a Build Artifact
|
||||||
|
uses: actions/[email protected]
|
||||||
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user