Skip to content

Commit

Permalink
Migrate release process
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Apr 30, 2021
1 parent a62d0ff commit caad246
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,23 +145,13 @@ jobs:
name: installer
path: .build

- uses: actions/upload-release-asset@v1
- uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: .build/QMK_WSL.exe
asset_name: QMK_WSL.exe
asset_content_type: application/octet-stream

- uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: .build/QMK_WSL.exe.sha256
asset_name: QMK_WSL.exe.sha256
asset_content_type: application/octet-stream
name: ${{ github.event.release.name }}
files: |
.build/*
publish_beta:
runs-on: ubuntu-latest
Expand Down

0 comments on commit caad246

Please sign in to comment.