build: change workflow.

This commit is contained in:
liqiang-fit2cloud 2024-04-15 16:30:58 +08:00
parent e205095bad
commit 4e52f253e5

View File

@ -48,7 +48,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
ref: ${{ github.ref }} ref: ${{ github.ref_name }}
- name: Prepare - name: Prepare
id: prepare id: prepare
run: | run: |
@ -104,7 +104,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
ref: ${{ github.ref }} ref: ${{ github.ref_name }}
- name: Prepare - name: Prepare
id: prepare id: prepare
run: | run: |