Skip to content

Commit

Permalink
Use different action for github release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jul 3, 2021
1 parent 809de94 commit 27fe96b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,10 @@ jobs:
with:
name: msixinstaller
- name: Release
uses: softprops/action-gh-release@v1
uses: ncipollo/release-action@v1
with:
files: build/msix/*.appxbundle
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
artifacts: "build/msix/*.appxbundle"
token: ${{ secrets.GITHUB_TOKEN }}

deploy-dev-channel:
needs: build-msix
Expand Down

0 comments on commit 27fe96b

Please sign in to comment.