Skip to content

Commit

Permalink
rul
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoXianNv-boot committed Mar 2, 2024
1 parent fd0eb8c commit 029376a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ jobs:
run: python3 pkg.py
- name: ls
run: ls .jcm/
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
- name: echo
run: echo ${{ steps.create_release.outputs.upload_url }}
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 029376a

Please sign in to comment.