Check out this one little trick that software developers really hate
This commit is contained in:
2
.github/workflows/ballfield.yml
vendored
2
.github/workflows/ballfield.yml
vendored
@@ -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
|
# 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
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${APP_NAME}
|
name: ${{env.APP_NAME}}
|
||||||
path: upload
|
path: upload
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|||||||
Reference in New Issue
Block a user