Update '.gitea/workflows/hello_world.yaml'
This commit is contained in:
parent
6efef8fd73
commit
d1cbc60800
|
@ -35,6 +35,11 @@ jobs:
|
|||
- name: list workspace
|
||||
if: always()
|
||||
run: ls ${{ github.workspace }}
|
||||
- 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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user