Update .gitea/workflows/hello_world.yaml
This commit is contained in:
parent
861c058480
commit
331b50d020
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user