This commit is contained in:
parent
d3dec90797
commit
bb3b4b6d62
|
@ -35,11 +35,12 @@ jobs:
|
||||||
- name: list workspace
|
- name: list workspace
|
||||||
if: always()
|
if: always()
|
||||||
run: ls ${{ github.workspace }}
|
run: ls ${{ github.workspace }}
|
||||||
- name: Upload
|
# Needs gitea 1.20. See https://github.com/go-gitea/gitea/pull/22738
|
||||||
uses: actions/upload-artifact@v3
|
# - name: Upload
|
||||||
with:
|
# uses: actions/upload-artifact@v3
|
||||||
name: foobar
|
# with:
|
||||||
path: '*'
|
# name: foobar
|
||||||
|
# path: '*'
|
||||||
- name: Notify
|
- name: Notify
|
||||||
uses: https://git.lerch.org/lobo/action-notify-ntfy@v1
|
uses: https://git.lerch.org/lobo/action-notify-ntfy@v1
|
||||||
if: always()
|
if: always()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user