Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Oct 28, 2023
1 parent 69ffbae commit 4440f01
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,14 @@ jobs:
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
curl -O https://ava2.androidfilehost.com/dl/iyZwMHRdsEtQUhz_1UOsfg/1698565595/818070582850500758/cust.img
mkdir -p cust
sudo mount -r -o loop cust.img cust
ls cust
echo 123 > test.txt
- name: Upload to GitHub
uses: LasyIsLazy/github-upload-action@v0.1.0
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
file-path: test.txt
#owner: LasyIsLazy
#repo: githubRepo


0 comments on commit 4440f01

Please sign in to comment.