Skip to content

Commit

Permalink
Fix artifacts path
Browse files Browse the repository at this point in the history
  • Loading branch information
nl78 committed Jun 17, 2024
1 parent 7ff3eac commit 3de8b44
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/fmutool-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
with:
name: binaries
path: |
${{ github.workspace }}/remoting/win32/client_sm.dll
${{ github.workspace }}/remoting/win32/server_sm.exe
${{ github.workspace }}/fmutool/remoting/win32/client_sm.dll
${{ github.workspace }}/fmutool/remoting/win32/server_sm.exe
compile-windows64:
runs-on: windows-latest
steps:
Expand Down Expand Up @@ -73,8 +73,8 @@ jobs:
with:
name: binaries
path: |
${{ github.workspace }}/remoting/win64/client_sm.dll
${{ github.workspace }}/remoting/win64/server_sm.exe
${{ github.workspace }}/fmutool/remoting/win64/client_sm.dll
${{ github.workspace }}/fmutool/remoting/win64/server_sm.exe
compile-linux32:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -106,8 +106,8 @@ jobs:
with:
name: binaries
path: |
${{ github.workspace }}/remoting/linux32/client_sm.so
${{ github.workspace }}/remoting/linux32/server_sm
${{ github.workspace }}/fmutool/remoting/linux32/client_sm.so
${{ github.workspace }}/fmutool/remoting/linux32/server_sm
compile-linux64:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -138,8 +138,8 @@ jobs:
with:
name: binaries
path: |
${{ github.workspace }}/remoting/linux64/client_sm.so
${{ github.workspace }}/remoting/linux64/server_sm
${{ github.workspace }}/fmutool/remoting/linux64/client_sm.so
${{ github.workspace }}/fmutool/remoting/linux64/server_sm
package:
needs: [compile-windows32, compile-windows64, compile-linux32, compile-linux64]
Expand Down

0 comments on commit 3de8b44

Please sign in to comment.