fix publish new packages more

This commit is contained in:
Jacob Heider 2023-12-15 02:40:34 -05:00
parent bde8d279b0
commit 6d2a114307
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -183,7 +183,7 @@ jobs:
- name: generate versions.txt - name: generate versions.txt
run: | run: |
if !aws s3 cp \ if ! aws s3 cp \
s3://${{ secrets.AWS_S3_BUCKET }}/${{ needs.build.outputs.project }}/${{ needs.build.outputs.platform }}/${{ needs.build.outputs.arch }}/versions.txt \ s3://${{ secrets.AWS_S3_BUCKET }}/${{ needs.build.outputs.project }}/${{ needs.build.outputs.platform }}/${{ needs.build.outputs.arch }}/versions.txt \
./remote-versions.txt; then ./remote-versions.txt; then
touch remote-versions.txt touch remote-versions.txt