mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix publish new packages more
This commit is contained in:
parent
bde8d279b0
commit
6d2a114307
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pkg-platform.yml
vendored
2
.github/workflows/pkg-platform.yml
vendored
|
@ -183,7 +183,7 @@ jobs:
|
|||
|
||||
- name: generate versions.txt
|
||||
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 \
|
||||
./remote-versions.txt; then
|
||||
touch remote-versions.txt
|
||||
|
|
Loading…
Reference in a new issue