Skip to content

Commit

Permalink
Use ncipoloo/release-action instead of meeDamian/github-release
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo19941994 committed Dec 6, 2021
1 parent 44214cc commit 2ae2750
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,13 @@ jobs:
id: generator_dats_site
run: pipenv run python3 dats-site.py

- name: Upload assets to release
uses: hugo19941994/github-release@master
- name: Create release
uses: ncipollo/release-action@v1
with:
name: Nightly
tag: Nightly
artifacts: "*.xml,*.zip"
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ env.timestamp }}
name: ${{ env.timestamp }}
allow_override: true
gzip: false
files: >
no-intro.xml
no-intro.zip
no-intro(parent-clone).xml
no-intro(parent-clone).zip
redump.xml
redump.zip
smdb.zip
smdb.xml
dats-site.xml
dats-site.zip
allowUpdates: true
body: Released by github actions
commit: master

0 comments on commit 2ae2750

Please sign in to comment.