Update .gitea/workflows/hello_world.yaml
This commit is contained in:
parent
861c058480
commit
331b50d020
|
@ -17,6 +17,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
ls ${{ github.workspace }}
|
ls ${{ github.workspace }}
|
||||||
- run: true
|
- run: true
|
||||||
|
- name: Setup zig
|
||||||
|
uses: https://git.lerch.org/lobo/setup-zig@master
|
||||||
|
with:
|
||||||
|
version: 2024.3.0-mach
|
||||||
# - name: Sign
|
# - name: Sign
|
||||||
# id: sign
|
# id: sign
|
||||||
# uses: https://git.lerch.org/lobo/action-hsm-sign@v1
|
# uses: https://git.lerch.org/lobo/action-hsm-sign@v1
|
||||||
|
@ -34,18 +38,18 @@ jobs:
|
||||||
# - run: |
|
# - run: |
|
||||||
# echo "Signature 1 should be ./foo.sig: ${{ steps.sign.outputs.SIG_1 }}"
|
# echo "Signature 1 should be ./foo.sig: ${{ steps.sign.outputs.SIG_1 }}"
|
||||||
# - run: echo "URL of foo (1) is ${{ steps.sign.outputs.URL_1 }}"
|
# - run: echo "URL of foo (1) is ${{ steps.sign.outputs.URL_1 }}"
|
||||||
- name: list workflows
|
# - name: list workflows
|
||||||
if: always()
|
# if: always()
|
||||||
run: ls ${{ github.workspace }}/.gitea/workflows/
|
# run: ls ${{ github.workspace }}/.gitea/workflows/
|
||||||
- name: list workspace
|
# - name: list workspace
|
||||||
if: always()
|
# if: always()
|
||||||
run: ls ${{ github.workspace }}
|
# run: ls ${{ github.workspace }}
|
||||||
# Needs gitea 1.20. See https://github.com/go-gitea/gitea/pull/22738
|
# Needs gitea 1.20. See https://github.com/go-gitea/gitea/pull/22738
|
||||||
- name: Upload
|
# - name: Upload
|
||||||
uses: actions/upload-artifact@v3
|
# uses: actions/upload-artifact@v3
|
||||||
with:
|
# with:
|
||||||
name: foobar
|
# name: foobar
|
||||||
path: '*'
|
# 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