squash: Show artifact URL
Some checks failed
build static site / build (pull_request) Failing after 23s

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
Vitaliy Potyarkin 2024-08-28 15:54:10 +03:00
parent 0c4f13ba4e
commit 4c65810699

View file

@ -25,10 +25,15 @@ jobs:
- run: make all - run: make all
- uses: actions/upload-artifact@v3 - uses: https://code.forgejo.org/forgejo/upload-artifact@v4
id: artifact-upload-step
with: with:
name: site name: site
path: | path: |
public/ public/
if-no-files-found: error if-no-files-found: error
retention-days: 10 retention-days: 10
- name: Show artifact URL
run: |
echo 'Download URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts/${{ steps.artifact-upload-step.outputs.artifact-id }}'