diff --git a/.github/workflows/reprepro.yaml b/.github/workflows/reprepro.yaml index a5dfbb9..59eb2ab 100644 --- a/.github/workflows/reprepro.yaml +++ b/.github/workflows/reprepro.yaml @@ -32,9 +32,10 @@ jobs: - name: Upload incoming deb id: upload run: | - deb="$(ls dist/*.deb | tail -n1)" + deb="$(ls *.deb | tail -n1)" echo "incoming=$deb" >> $GITHUB_OUTPUT aws s3 cp "$deb" "s3://$R2_INCOMING_BUCKET" --endpoint-url "$R2_URL" --region auto + working-directory: dist env: AWS_ACCESS_KEY_ID: ${{ secrets.CF_R2_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.CF_R2_TOKEN }}