Update .gitea/workflows/ci.yml
This commit is contained in:
parent
38f08bc258
commit
9791588152
@ -27,7 +27,7 @@ jobs:
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
tag-only-job:
|
||||
runs-on: act-runner
|
||||
# if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||
if: gitea.event_name == 'push' && contains(gitea.ref, 'refs/tags/')
|
||||
needs: Explore-Gitea-Actions
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
@ -37,7 +37,12 @@ jobs:
|
||||
with:
|
||||
name: build
|
||||
path: build
|
||||
- run: ls -al .
|
||||
- name: env
|
||||
run: |
|
||||
printenv
|
||||
echo "Tag name from GITHUB_REF_NAME: $GITEA_REF_NAME"
|
||||
echo "Tag name from github.ref_name: ${{ gitea.ref_name }}"
|
||||
run: ls -al .
|
||||
- run: ls -al build
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@master
|
||||
|
Loading…
Reference in New Issue
Block a user