Update '.gitea/workflows/hello_world.yaml'
All checks were successful
Explore-GitHub-Actions

This commit is contained in:
lobo 2023-03-28 06:32:46 +00:00
parent d3dec90797
commit bb3b4b6d62

View File

@ -35,11 +35,12 @@ jobs:
- name: list workspace
if: always()
run: ls ${{ github.workspace }}
- name: Upload
uses: actions/upload-artifact@v3
with:
name: foobar
path: '*'
# Needs gitea 1.20. See https://github.com/go-gitea/gitea/pull/22738
# - name: Upload
# uses: actions/upload-artifact@v3
# with:
# name: foobar
# path: '*'
- name: Notify
uses: https://git.lerch.org/lobo/action-notify-ntfy@v1
if: always()