fix attempt
Some checks failed
Upload hello.txt to S3 / upload (push) Failing after 0s

This commit is contained in:
Sohrab Behdani 2025-03-18 20:45:42 +03:30
parent f9132965db
commit 0115a17799

View file

@ -15,13 +15,10 @@ jobs:
steps:
- name: nodejs
- run: pacman -Syu --noconfirm nodejs
- name: Checkout repository
uses: actions/checkout@v4
- name: Create hello.txt
run: echo "Hello, Forgejo CI!" > hello.txt
- name: Install MinIO Client (mc)
run: |
curl -O https://dl.min.io/client/mc/release/linux-amd64/mc