Skip to content

Commit

Permalink
Release manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
booshibooshi committed Feb 1, 2022
1 parent baadffd commit 671ecf2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,15 @@ jobs:
asset_path: Dockerfile-CI
asset_name: Dockerfile
asset_content_type: text/plain

- name: Upload manifest release artifact (master only)
id: upload_manifest_release_artifact
#if: github.ref == 'refs/heads/master'
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./src/main/resources/manifest.json
asset_name: manifest.json
asset_content_type: application/json

0 comments on commit 671ecf2

Please sign in to comment.