Skip to content

Commit

Permalink
Upload to release
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Pivotto <[email protected]>
  • Loading branch information
roidelapluie committed Mar 16, 2022
1 parent 41c4c9e commit b920fa6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,16 @@ jobs:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- run: make
- uses: actions/upload-artifact@v3
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
name: oy-toolkit
path: result/bin/
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: result/bin/*
prerelease: true
release_name: latest
tag: ${{ github.ref }}
overwrite: true
file_glob: true
- run: make publish DOCKER_USERNAME=${{ secrets.DOCKER_USERNAME }} DOCKER_PASSWORD=${{ secrets.DOCKER_PASSWORD }}
- run: make documentation
- name: deploy documentation
Expand Down

0 comments on commit b920fa6

Please sign in to comment.