Skip to content

Commit

Permalink
next github action test
Browse files Browse the repository at this point in the history
  • Loading branch information
lumapu committed Aug 19, 2023
1 parent 9dc996e commit 3074b8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/compile_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
uses: nogsantos/scp-deploy@master
with:
src: src/firmware/
host: ${{ secrets.SSH_HOST }}
remote: ${{ secrets.SSH_DIR }}/dev
port: ${{ secrets.SSH_PORT }}
user: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
host: ${{ secrets.FW_SSH_HOST }}
remote: ${{ secrets.FW_SSH_DIR }}/dev
port: ${{ secrets.FW_SSH_PORT }}
user: ${{ secrets.FW_SSH_USER }}
key: ${{ secrets.FW_SSH_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/compile_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
VERSION: ${{ steps.rename-binary-files.outputs.name }}

- name: Create Artifact
run: zip --junk-paths ${{ steps.rename-binary-files.outputs.name }}.zip src/firmware/* User_Manual.md
run: zip --junk-paths ${{ steps.rename-binary-files.outputs.name }}.zip src/firmware/* rc/firmware/s3/* User_Manual.md

- name: Upload Release
id: upload-release
Expand Down

0 comments on commit 3074b8c

Please sign in to comment.