mirror of
https://github.com/kuohuanhuan/x-markdown-css.git
synced 2024-11-25 06:18:19 +00:00
chore(ci): upload tar.gz
file instead of .zip
that no longer exists
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
prerelease: true
|
||||
files: |
|
||||
dist/*
|
||||
build.zip
|
||||
build.tar.gz
|
||||
# - Release
|
||||
- name: GitHub Release
|
||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '-') == false
|
||||
@ -63,11 +63,6 @@ jobs:
|
||||
prerelease: false
|
||||
files: |
|
||||
dist/*
|
||||
build.zip
|
||||
- name: Add Latest Tag
|
||||
uses: cardinalby/git-tag-action@master
|
||||
env:
|
||||
TAG: Latest
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
build.tar.gz
|
||||
|
||||
# Authored by @kuohuanhuan.
|
||||
|
Reference in New Issue
Block a user