Skip to content

Commit

Permalink
Add release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Feb 19, 2021
1 parent 727a0dc commit b15f69c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,17 @@ jobs:
BUILD_REF=${{ github.sha }}
BUILD_REPOSITORY=${{ github.repository }}
BUILD_VERSION=${{ needs.information.outputs.version }}
- name: ⬆ Backend - Upload Artifacts to Release
uses: fnkr/github-action-ghr@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GHR_COMPRESS: gz
GHR_PATH: backend/lib
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: ⬆ Frontend - Upload Artifacts to Release
uses: fnkr/github-action-ghr@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GHR_COMPRESS: gz
GHR_PATH: frontend/build
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b15f69c

Please sign in to comment.