This commit is contained in:
parent
d3dec90797
commit
bb3b4b6d62
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user