Skip to content

Commit

Permalink
Add path to download-artifact in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aldahick committed Jun 20, 2023
1 parent 9906224 commit e4073ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ jobs:
uses: actions/download-artifact@v3
with:
name: mapgame-windows-x64.exe
path: mapgame-windows-x64.exe
- name: Download Linux x64 executable
uses: actions/download-artifact@v3
with:
name: mapgame-linux-x64
path: mapgame-linux-x64
- name: Publish release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit e4073ef

Please sign in to comment.