Skip to content

Commit

Permalink
Updated workflow.
Browse files Browse the repository at this point in the history
adewes committed Dec 1, 2021
1 parent f8a3c7e commit 1aef481
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -33,17 +33,12 @@ jobs:
run: rm -rf build/*.json

- name: Compress Artifacts
run: tar -cvf apps-$GITHUB_REF_NAME.tar build
run: tar -cvzf apps.tar.gz -C build .

- name: Upload Artifact
- name: Upload binaries (Linux)
uses: actions/upload-artifact@v2
with:
name: apps
path: apps-$GITHUB_REF_NAME.tar

- name: Upload Artifacts to release page
uses: softprops/action-gh-release@v1
with:
files: apps-$GITHUB_REF_NAME.tar
path: apps.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1aef481

Please sign in to comment.