Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BlurOne-GIT authored Oct 14, 2024
1 parent d7fed7f commit c19442c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ jobs:
else {
"suffix=$($env:steps_get_last_commit_outputs_sha)" | Out-File -FilePath $env:GITHUB_ENV -Append
}
- name: Debug artifact suffix
run: |
echo "Artifact suffix is: ${{ steps.set_artifact_suffix.outputs.suffix }}"
- name: Upload
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c19442c

Please sign in to comment.