squash: Show artifact URL
Some checks failed
build static site / build (pull_request) Failing after 23s
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:
parent
0c4f13ba4e
commit
4c65810699
1 changed files with 6 additions and 1 deletions
|
@ -25,10 +25,15 @@ jobs:
|
|||
|
||||
- run: make all
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||
id: artifact-upload-step
|
||||
with:
|
||||
name: site
|
||||
path: |
|
||||
public/
|
||||
if-no-files-found: error
|
||||
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 }}'
|
||||
|
|
Loading…
Reference in a new issue