Remove ls
All checks were successful
/ publish (push) Successful in 4s

This commit is contained in:
asonix 2024-02-10 13:55:52 -06:00
parent 8739948161
commit 6a9511b89e

View file

@ -11,15 +11,13 @@ jobs:
name: Checkout Project
uses: https://github.com/actions/checkout@v4
-
name: List Garage
name: Publish to Garage
run: |
mc alias set asonix_dog \
${{ vars.GARAGE_ENDPOINT }} \
${{ secrets.GARAGE_KEY_ID }} \
${{ secrets.GARAGE_SECRET_KEY }} \
--api S3v4
mc ls asonix_dog/${{ vars.GARAGE_BUCKET_NAME }}
ls -la
find . \
-type d \( -path ./.git -o -path ./.forgejo \) -prune \
-o -type f \