Skip to content

Commit

Permalink
Change action provider for upload release
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienpierre committed Dec 27, 2022
1 parent c49dd0a commit 17343ac
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/lin-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,10 @@ jobs:
with:
name: ansel.stable.AppImage
- name: Update nightly release
uses: pyTooling/Actions/releaser@main
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: Ansel-*-x86_64.AppImage*
tag: v0.0.0
rm: false
token: ${{ secrets.GITHUB_TOKEN }}
files: Ansel-*-x86_64.AppImage*
overwrite: true
file_glob: true

0 comments on commit 17343ac

Please sign in to comment.