mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-22 13:03:40 +08:00
Revert "Delete existing release asset before releasing"
This reverts commit 7ee66c559f
.
This commit is contained in:
parent
738727bbcc
commit
fe46d27faf
10
.github/workflows/build-deploy-assets.yaml
vendored
10
.github/workflows/build-deploy-assets.yaml
vendored
|
@ -18,16 +18,6 @@ jobs:
|
|||
make all
|
||||
make html
|
||||
tar zcvf lkmpg-html.tar.gz ./html
|
||||
- name: Delete old release asset
|
||||
uses: mknejp/delete-release-assets@v1
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
fail-if-no-assets: false
|
||||
fail-if-no-release: false
|
||||
tag: latest
|
||||
assets: |
|
||||
lkmpg.pdf
|
||||
lkmpg-html.tar.gz
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v0.1.15
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user