Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lslqtz committed Feb 3, 2024
1 parent baf8d40 commit bf36301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set build name
if: ${{ github.event_name != 'release' }}
id: build_name
run: echo ::set-output name=$(basename ${GITHUB_REF})
run: echo "name=$(basename ${GITHUB_REF})" >> "${GITHUB_OUTPUT}"
- name: 'Upload GitHub Artifact'
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit bf36301

Please sign in to comment.