mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-22 09:02:10 +08:00
Merge pull request #206 from ekangmonyet/master
Cleanup redundant workflow step, fix release body and timestamp
This commit is contained in:
commit
f1e60b0a01
14
.github/workflows/build-deploy-assets.yaml
vendored
14
.github/workflows/build-deploy-assets.yaml
vendored
|
@ -18,16 +18,14 @@ jobs:
|
|||
make all
|
||||
make html
|
||||
tar zcvf lkmpg-html.tar.gz ./html
|
||||
- name: Delete old release asset
|
||||
uses: mknejp/delete-release-assets@v1
|
||||
- name: Delete old release
|
||||
uses: cb80/delrel@latest
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
fail-if-no-assets: false
|
||||
fail-if-no-release: false
|
||||
tag: latest
|
||||
assets: |
|
||||
lkmpg.pdf
|
||||
lkmpg-html.tar.gz
|
||||
- name: Tag
|
||||
run: |
|
||||
git tag latest
|
||||
git push -f --tags
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v0.1.15
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user