Skip to content

Commit

Permalink
Release: revert back to cd
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Brahmer <[email protected]>
  • Loading branch information
Grotax committed Feb 6, 2021
1 parent 26be631 commit 3a7f3b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
database-type: ${{ matrix.database }}

- name: build and create archive
working-directory: ${{ github.workspace }}/server/apps/${{ env.APP_NAME }}
run: make && make appstore
run: cd ../server/apps/${{ env.APP_NAME }} && make && make appstore
env:
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
app_public_cert: ${{ secrets.APP_PUBLIC_CERT }}
Expand All @@ -47,7 +46,7 @@ jobs:
id: attach_to_release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ github.workspace }}/server/apps/${{ env.APP_NAME }}/build/artifacts/appstore/${{ env.APP_NAME }}.tar.gz
file: ../server/apps/${{ env.APP_NAME }}/build/artifacts/appstore/${{ env.APP_NAME }}.tar.gz
asset_name: ${{ env.APP_NAME }}.tar.gz
tag: ${{ github.ref }}
overwrite: true
Expand Down

0 comments on commit 3a7f3b3

Please sign in to comment.