Skip to content

Commit

Permalink
Test copy folder recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Dec 6, 2024
1 parent dedcba7 commit 62cb850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
#OUT_FILENAME="${{ needs.login-aws.outputs.VERSION }}/${TARGET_NET}/${FILENAME}"
#OUT_LATEST_LINUX="${{ needs.login-aws.outputs.VERSION }}/${TARGET_NET}/latest-linux.yml"
OUT_FOLDER="${{ env.S3_BUCKET }}/test/${VERSION}/${TARGET_NET}"
aws s3 ls ${{env.S3_BUCKET}}/${OUT_FILENAME}.deb
aws s3 ls ${{env.S3_BUCKET}}/test/${OUT_FILENAME}.deb
EC=$?
if [ $EC -eq 0 ]; then
echo ".deb file already exist"
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
#OUT_YML="${{ needs.login-aws.outputs.VERSION }}/${TARGET_NET}/latest.yml"
#OUT_FILENAME_EXE="${{ needs.login-aws.outputs.VERSION }}/${TARGET_NET}/${FILENAME_EXE}"
OUT_FOLDER="${{ env.S3_BUCKET }}/test/${VERSION}/${TARGET_NET}"
aws s3 ls ${{ env.S3_BUCKET }}/$OUT_FILENAME_EXE
aws s3 ls ${{ env.S3_BUCKET }}/test/$OUT_FILENAME_EXE
EC=$?
echo $EC
if [ $EC -eq 0 ]; then
Expand Down

0 comments on commit 62cb850

Please sign in to comment.