Update .gitea/workflows/hello_world.yaml
Some checks failed
GitHub Actions Demo / Explore-GitHub-Actions (push) Failing after -2562047h47m16.854775808s
GitHub Actions Demo / Job-2 (push) Has been skipped

This commit is contained in:
lobo 2024-04-29 04:12:28 +00:00
parent 861c058480
commit 331b50d020

View File

@ -17,6 +17,10 @@ jobs:
run: |
ls ${{ github.workspace }}
- run: true
- name: Setup zig
uses: https://git.lerch.org/lobo/setup-zig@master
with:
version: 2024.3.0-mach
# - name: Sign
# id: sign
# uses: https://git.lerch.org/lobo/action-hsm-sign@v1
@ -34,18 +38,18 @@ jobs:
# - run: |
# echo "Signature 1 should be ./foo.sig: ${{ steps.sign.outputs.SIG_1 }}"
# - run: echo "URL of foo (1) is ${{ steps.sign.outputs.URL_1 }}"
- name: list workflows
if: always()
run: ls ${{ github.workspace }}/.gitea/workflows/
- name: list workspace
if: always()
run: ls ${{ github.workspace }}
# - name: list workflows
# if: always()
# run: ls ${{ github.workspace }}/.gitea/workflows/
# - name: list workspace
# if: always()
# run: ls ${{ github.workspace }}
# 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: Upload
# uses: actions/upload-artifact@v3
# with:
# name: foobar
# path: '*'
# - name: Notify
# uses: https://git.lerch.org/lobo/action-notify-ntfy@v1
# if: always()