Please no, I don't want a zip file named literally '${APP_NAME}.zip'

This commit is contained in:
Sergii Pylypenko
2022-01-11 23:43:54 +02:00
parent c130231878
commit 5073ac8df9
2 changed files with 2 additions and 2 deletions

View File

@@ -85,6 +85,6 @@ jobs:
# Github actions is dumb and won't let you download single files from artifacts, so break up the artifacts instead
- uses: actions/upload-artifact@v2
with:
name: "${APP_NAME}"
name: ${APP_NAME}
path: upload
if-no-files-found: error