Skip to content

Commit

Permalink
change upload for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
builderjer committed Aug 25, 2023
1 parent 23602d8 commit 622c0b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/raspbian-ovos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ jobs:
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.SSH_PORT }}
source: "${{ steps.build.outputs.image-path }}"
target: "raspbian/development"
target: "raspbian/development/.testing"
strip_components: 4

2 changes: 1 addition & 1 deletion stage-finalize/EXPORT_IMAGE
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi

ARCHIVE_FILENAME="raspbian-ovos-dev_"$(date +%s)
ARCHIVE_FILENAME="raspbian-ovos-dev_mimic"

0 comments on commit 622c0b9

Please sign in to comment.