Skip to content

Commit

Permalink
workflows: fixed out path
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsharkboy committed Aug 7, 2024
1 parent 8d9758c commit b956198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/magisk_patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Get current date
id: date
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_ENV ; ls -R
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_ENV

- name: Upload patched boot images
uses: softprops/action-gh-release@v2
Expand All @@ -28,5 +28,5 @@ jobs:
name: ${{ env.date }}
tag_name: ${{ github.run_id }}
make_latest: 'true'
files: ./script/out/*.img'
files: ./script/out/*.img

0 comments on commit b956198

Please sign in to comment.