Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Dec 2, 2024
1 parent 28814d2 commit c67654b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
else
FILENAME_EXE="concordium-desktop-wallet-${TARGET_NET}-${VERSION}.exe"
fi
OUT_YML="${VERSION}/${TARGET_NET}/latest.yml"
OUT_YML="${VERSION}/test/${TARGET_NET}/latest.yml"
OUT_FILENAME_EXE="${VERSION}/${TARGET_NET}/${FILENAME_EXE}"
aws s3 ls ${{ env.S3_BUCKET }}/$OUT_FILENAME_EXE
EC=$?
Expand Down Expand Up @@ -216,6 +216,8 @@ jobs:
# Build
yarn package-win-no-sign
ls release
# Push
aws s3 cp "release/latest.yml" ${{ env.S3_BUCKET }}/${{ env.OUT_YML }}
aws s3 cp "release/${{ env.FILENAME_EXE}}" ${{ env.S3_BUCKET }}/${{ env.OUT_EXE }}
Expand Down

0 comments on commit c67654b

Please sign in to comment.