mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
[cd] fix versions.txt invalidation
This commit is contained in:
parent
391e794ee9
commit
4cc81d6bc5
2
.github/workflows/pkg-platform.yml
vendored
2
.github/workflows/pkg-platform.yml
vendored
|
@ -162,7 +162,7 @@ jobs:
|
||||||
aws s3 cp ${{ steps.bottle.outputs.filename }}.asc $URL.asc
|
aws s3 cp ${{ steps.bottle.outputs.filename }}.asc $URL.asc
|
||||||
aws s3 cp ${{ steps.bottle.outputs.filename }}.sha256sum $URL.sha256sum
|
aws s3 cp ${{ steps.bottle.outputs.filename }}.sha256sum $URL.sha256sum
|
||||||
|
|
||||||
echo "cf-paths=$PREFIX $PREFIX.asc $PREFIX.sha256sum" >> $GITHUB_OUTPUT
|
echo "cf-paths=/$PREFIX /$PREFIX.asc /$PREFIX.sha256sum" >> $GITHUB_OUTPUT
|
||||||
env:
|
env:
|
||||||
URL: s3://${{ secrets.AWS_S3_BUCKET }}/${{ env.PREFIX }}
|
URL: s3://${{ secrets.AWS_S3_BUCKET }}/${{ env.PREFIX }}
|
||||||
id: put
|
id: put
|
||||||
|
|
Loading…
Reference in a new issue