长大了自己会删,先让我测试一下
All checks were successful
Test Workflow / hello_world (push) Successful in 8s

This commit is contained in:
Pythagodzilla 2026-01-09 01:07:21 +08:00
parent 4cf04a4cd4
commit 26fada19b6

View File

@ -4,6 +4,12 @@ on:
branches:
- chrome-docker
tags:
- v*
permissions:
contents: write
jobs:
hello_world:
runs-on: ubuntu-latest
@ -21,3 +27,9 @@ jobs:
- name: List dist files
run: ls -la dist
- name: Upload Release
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v2
with:
files: dist/buctAuthentication.zip