We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac15b8 commit abe0323Copy full SHA for abe0323
.github/workflows/artifact-release.yml
@@ -36,4 +36,7 @@ jobs:
36
- name: Upload Release Artifact
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
- run: gh release upload ${{ github.event.inputs.release_tag }} ${{ steps.artifact_name.outputs.artifact_name }}.zip
+ run: |
40
+ pwd
41
+ ls -al
42
+ gh release upload ${{ github.event.inputs.release_tag }} ${{ steps.artifact_name.outputs.artifact_name }}.zip
0 commit comments