Fix typo in artifact upload

This commit is contained in:
altf_four 2020-04-17 20:26:03 +03:00 committed by GitHub
parent a1820a2f85
commit ca93606cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
uses: actions/upload-artifact@v1.0.0
with:
name: Debug Artifact
path: bin/fixmysdl
path: bin/fixmydl
build-release:
runs-on: ubuntu-latest
@ -24,7 +24,7 @@ jobs:
uses: actions/upload-artifact@v1.0.0
with:
name: Release Artifact
path: bin/fixmysdl
path: bin/fixmydl
build-docker-debug:
runs-on: ubuntu-latest