Skip to content

Commit

Permalink
Change binary path in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Garey Akhmetshin committed Nov 13, 2024
1 parent c556b53 commit 3051cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: linux
path: ${{github.workspace}}/out/addtofullpack_manager_amxx_i386.so
path: ${{github.workspace}}/build/addtofullpack_manager_amxx_i386.so

build_windows:
runs-on: windows-latest
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: windows
path: ${{github.workspace}}/out/Release/addtofullpack_manager_amxx.dll
path: ${{github.workspace}}/build/Release/addtofullpack_manager_amxx.dll
publish:
name: 'Publish'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3051cbb

Please sign in to comment.