Skip to content

Commit

Permalink
Fixing a release yaml issue
Browse files Browse the repository at this point in the history
Signed-off-by: Dhananjaya Rajasinghe <[email protected]>
  • Loading branch information
DhananjayaR committed Aug 2, 2022
1 parent 7d89067 commit ed301eb
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run build
- uses: JasonEtco/upload-to-release@master
with:
args: dist/* application/linux
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

publish_on_mac:
runs-on: macos-latest
Expand All @@ -40,11 +35,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run build
- uses: JasonEtco/upload-to-release@master
with:
args: dist/* application/macos
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

publish_on_win:
runs-on: windows-latest
Expand All @@ -58,9 +48,4 @@ jobs:
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run build
- uses: JasonEtco/upload-to-release@master
with:
args: dist/* application/windows
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run build

0 comments on commit ed301eb

Please sign in to comment.