diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 62db240..a3ec752 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -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