Skip to content

Commit b2c0fa9

Browse files
committed
Update CI
1 parent 49fd1f6 commit b2c0fa9

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,12 @@ jobs:
3939
id: set_current_tag_id
4040
run: |
4141
echo "CURRENT_TAG=${{ steps.tag_version.outputs.new_tag }}"
42-
echo "CURRENT_TAG=${{ steps.tag_version.outputs.new_tag }}" >> $GITHUB_ENV
42+
echo "CURRENT_TAG=${{ steps.tag_version.outputs.new_tag }}" >> $GITHUB_OUTPUT
4343
4444
- name: Echo env var
4545
run: |
4646
echo "${{ env.CURRENT_TAG }}"
4747
48-
4948
- name: Notify if failure
5049
if: ${{ failure() }}
5150
uses: appleboy/telegram-action@master
@@ -90,7 +89,7 @@ jobs:
9089
run: |
9190
python -m pip install --upgrade pip
9291
pip install -r requirements.txt
93-
echo "${{ env.CURRENT_TAG }}"
92+
echo "${{ needs.prepare.outputs.CURRENT_TAG }}"
9493
9594
- name: Build with pyinstaller for ${{ matrix.TARGET }}
9695
run: ${{ matrix.CMD_BUILD }}
@@ -132,7 +131,7 @@ jobs:
132131
133132
<b>WorkFlows:</b> <a href="https://github.com/${{ github.repository }}/actions">ActionsList</a>
134133
135-
Commit with tag: ${{ env.CURRENT_TAG }}
134+
Commit with tag: ${{ needs.prepare.outputs.CURRENT_TAG }}
136135
137136
Repository: ${{ github.repository }}
138137

0 commit comments

Comments
 (0)