Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseudorizer authored Jul 22, 2021
1 parent 29e59ca commit a003b51
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: artifacts_linux
- run: ls -l
- uses: "marvinpinto/action-automatic-releases@latest"
id: create_release
with:
Expand All @@ -73,8 +72,8 @@ jobs:
flatpak/**/*.flatpak
rpm/**/*.rpm
squirrel.windows/**/*.exe
- uses: eregon/publish-release@v1
- uses: elgohr/Github-Release-Action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
release_id: ${{ steps.create_release.outputs.automatic_releases_tag }}
args: 'An unstable and potentially defunct dev build'

0 comments on commit a003b51

Please sign in to comment.