Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: ozkanonur <[email protected]>
  • Loading branch information
onur-ozkan committed Mar 20, 2023
1 parent 3d62de4 commit 5b99b98
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ jobs:
port: ${{ secrets.FILE_SERVER_PORT }}
privateKey: ${{ secrets.FILE_SERVER_KEY }}
local: ${{ env.BRANCH_NAME }}
remote: "/uploads"
recursive: true
rmRemote: false
remote: "/uploads/${{ env.BRANCH_NAME }}"

- name: Login to dockerhub
if: github.event_name != 'pull_request'
Expand Down Expand Up @@ -106,9 +104,7 @@ jobs:
port: ${{ secrets.FILE_SERVER_PORT }}
privateKey: ${{ secrets.FILE_SERVER_KEY }}
local: ${{ env.BRANCH_NAME }}
remote: "/uploads"
recursive: true
rmRemote: false
remote: "/uploads/${{ env.BRANCH_NAME }}"

win-x86-64:
timeout-minutes: 30
Expand Down Expand Up @@ -139,7 +135,7 @@ jobs:
- name: Compress build output
run: |
$NAME="mm2_$Env:COMMIT_HASH-win-x86-64.zip"
7z a $NAME .\target\ci\mm2.exe .\target\ci\*.dll"
7z a $NAME .\target\ci\mm2.exe .\target\ci\*.dll
mkdir $Env:BRANCH_NAME
mv $NAME ./$Env:BRANCH_NAME/
Expand All @@ -151,9 +147,7 @@ jobs:
port: ${{ secrets.FILE_SERVER_PORT }}
privateKey: ${{ secrets.FILE_SERVER_KEY }}
local: ${{ env.BRANCH_NAME }}
remote: "/uploads"
recursive: true
rmRemote: false
remote: "/uploads/${{ env.BRANCH_NAME }}"

wasm:
timeout-minutes: 30
Expand Down

0 comments on commit 5b99b98

Please sign in to comment.