Skip to content

Commit 605d1d4

Browse files
author
ericdduan
committed
上传到 cnb
1 parent 155708f commit 605d1d4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,12 @@ jobs:
4949
upload_url: ${{ steps.create_release.outputs.upload_url }}
5050
asset_path: ./init.lua
5151
asset_name: init.lua
52-
asset_content_type: text/plain
52+
asset_content_type: text/plain
53+
54+
- name: Upload init.lua to CNB release
55+
uses: docker://docker.cnb.cool/looc/git-cnb:latest
56+
env:
57+
CNB_TOKEN: ${{ secrets.CNB_TOKEN }}
58+
with:
59+
args: |
60+
ls

0 commit comments

Comments
 (0)