mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 05:29:58 +01:00
Fix reprepro path
This commit is contained in:
parent
1e5932cea2
commit
fac4605e9b
3
.github/workflows/reprepro.yaml
vendored
3
.github/workflows/reprepro.yaml
vendored
@ -32,9 +32,10 @@ jobs:
|
|||||||
- name: Upload incoming deb
|
- name: Upload incoming deb
|
||||||
id: upload
|
id: upload
|
||||||
run: |
|
run: |
|
||||||
deb="$(ls dist/*.deb | tail -n1)"
|
deb="$(ls *.deb | tail -n1)"
|
||||||
echo "incoming=$deb" >> $GITHUB_OUTPUT
|
echo "incoming=$deb" >> $GITHUB_OUTPUT
|
||||||
aws s3 cp "$deb" "s3://$R2_INCOMING_BUCKET" --endpoint-url "$R2_URL" --region auto
|
aws s3 cp "$deb" "s3://$R2_INCOMING_BUCKET" --endpoint-url "$R2_URL" --region auto
|
||||||
|
working-directory: dist
|
||||||
env:
|
env:
|
||||||
AWS_ACCESS_KEY_ID: ${{ secrets.CF_R2_ACCESS_KEY_ID }}
|
AWS_ACCESS_KEY_ID: ${{ secrets.CF_R2_ACCESS_KEY_ID }}
|
||||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.CF_R2_TOKEN }}
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.CF_R2_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user