Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roniwae authored Dec 12, 2023
1 parent 3b5a2f8 commit e9698f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
path: AnyKernel3/*
- name: Upload to devupload
run: |
bash <(curl -s https://devuploads.com/upload.sh) -f AnyKernel3/$ZIPNAME -k ${{secrets.DEVUPLOAD}}
bash <(curl -s https://devuploads.com/upload.sh) -f ../out/.config -k ${{secrets.DEVUPLOAD}}
bash <(curl -s https://devuploads.com/upload.sh) -f $GITHUB_WORKSPACE/$ZIPNAME -k $UPLOAD
bash <(curl -s https://devuploads.com/upload.sh) -f $GITHUB_WORKSPACE/.config -k $UPLOAD

0 comments on commit e9698f4

Please sign in to comment.