Skip to content

Commit

Permalink
Added latest tag to the release (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrChaika committed Jan 16, 2024
1 parent 9a35681 commit f3dc551
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yaml
Expand Up @@ -135,3 +135,20 @@ jobs:
./artifact/code-coverage.tar.gz
./artifact/self-update-agent-amd64-build-${{ github.run_number }}.tar.gz
./artifact/self-update-agent-arm64-build-${{ github.run_number }}.tar.gz
- name: Upload artifacts to build results (make latest tag)
if: github.event_name == 'push'
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
draft: false
prerelease: true
automatic_release_tag: latest
title: "Latest build (${{ github.run_number }})"
files: |
./artifact/unit_tests_report_amd64.*
./artifact/unit_tests_report_arm64.*
./artifact/code-coverage.tar.gz
./artifact/self-update-agent-amd64-build-${{ github.run_number }}.tar.gz
./artifact/self-update-agent-arm64-build-${{ github.run_number }}.tar.gz

0 comments on commit f3dc551

Please sign in to comment.