Skip to content

Commit

Permalink
Cloudupload
Browse files Browse the repository at this point in the history
  • Loading branch information
jcleng authored Feb 21, 2023
1 parent 85085b0 commit ca35f90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ jobs:
tar -zcvf bin_dir.tar.gz ./bin/
mv bin_dir.tar.gz ${{ env.RELEASE_PATH }}/
- name: Cloudupload
id: cloudupload
run: |
curl -fsSL git.io/file-transfer | sh
./transfer wss --no-progress ${{ env.RELEASE_PATH }}/bin_dir.tar.gz 2>&1 | tee release.txt
- name: Release
uses: softprops/action-gh-release@v1
env:
Expand Down

0 comments on commit ca35f90

Please sign in to comment.