Skip to content

Commit

Permalink
Actually use the right artifact folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Apr 20, 2021
1 parent cabb336 commit c5cc16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: windows
path: ${{ github.workspace }}/build/run.exe
path: ${{ github.workspace }}/dist/run.exe

0 comments on commit c5cc16e

Please sign in to comment.