Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Sep 25, 2023
1 parent a6b4f46 commit bdcc8b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: upload artifact
uses: actions/upload-artifact@v3
with:
name: NoodlesPlate_Linux_x64
path: bin/NoodlesPlate_Linux_x64
name: NoodlesPlate_Linux_x32
path: bin/NoodlesPlate_Linux_x32
4 changes: 2 additions & 2 deletions .github/workflows/Osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: upload artifact
uses: actions/upload-artifact@v3
with:
name: NoodlesPlate_Osx_x64
path: bin/NoodlesPlate_Osx_x64
name: NoodlesPlate_Osx_x32
path: bin/NoodlesPlate_Osx_x32

0 comments on commit bdcc8b0

Please sign in to comment.