Skip to content

Commit

Permalink
fix target name
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalhaire committed Nov 18, 2020
1 parent 98ecfdb commit 1b499e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
# Upload the resulting artifacts
- uses: actions/upload-artifact@v1
with:
name: hw_macos-build
name: paper_macos
path: ${{ steps.love-build.outputs.macos-filename }}
- uses: actions/upload-artifact@v1
with:
name: hw_win32-build
name: paper_win32
path: ${{ steps.love-build.outputs.win32-filename }}
- uses: actions/upload-artifact@v1
with:
name: hw_win64-build
name: paper_win64
path: ${{ steps.love-build.outputs.win64-filename }}
- uses: actions/upload-artifact@v1
with:
name: hw_love-build
name: paper_love
path: ${{ steps.love-build.outputs.love-filename }}

0 comments on commit 1b499e1

Please sign in to comment.