Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/workflows/export-temp-frpc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Export temporary Gradio tunnel binary

on:
pull_request:
branches:
- main

permissions:
contents: read

jobs:
export:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout temporary branch
uses: actions/checkout@v6

- name: Verify tunnel binary
run: echo "c791d1f047b41ff5885772fc4bf20b797c6059bbd82abb9e31de15e55d6a57c4 frpc_linux_amd64_v0.3" | sha256sum -c -

- name: Upload tunnel artifact
uses: actions/upload-artifact@v4
with:
name: temporary-frpc-linux-amd64-v0.3
path: frpc_linux_amd64_v0.3
retention-days: 1
Binary file added frpc_linux_amd64_v0.3
Binary file not shown.
Loading