Skip to content

Commit

Permalink
Use release action.
Browse files Browse the repository at this point in the history
  • Loading branch information
adewes committed Dec 1, 2021
1 parent 536e940 commit c009712
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11,073 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:
- name: Compress Artifacts
run: tar -cvzf apps.tar.gz -C build .

- name: Upload binaries (Linux)
uses: actions/upload-artifact@v2
- name: Upload binaries to release page
uses: softprops/action-gh-release@v1
with:
name: apps.tar.gz
path: apps.tar.gz
files: apps.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit c009712

Please sign in to comment.