Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Create upload-to-release-cloudflareWorker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjianai authored May 22, 2023
1 parent 4778678 commit 14d297b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/upload-to-release-cloudflareWorker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: upload to release cloudflareWorker

permissions:
contents: write

on:
push:
tags:
- "*.*.*.*"


jobs:
build-jar:
name: 发布cloudflareWorker
runs-on: ubuntu-latest
steps:
- name : 检查
uses: actions/checkout@v3

- name: 创建发行版
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
./cloudflareWorker.js

0 comments on commit 14d297b

Please sign in to comment.