Skip to content

Commit

Permalink
Dynamic name of spec file artifact (#23)
Browse files Browse the repository at this point in the history
* dynamic spec file name

* upload_exe_with_name
  • Loading branch information
sayyid5416 authored Aug 2, 2024
1 parent a727abb commit a93132e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ runs:
if: endsWith(inputs.spec, '.py')
uses: actions/upload-artifact@v4
with:
name: Generated spec file
name: Generated spec file ${{ inputs.upload_exe_with_name }}
path: ${{ steps.mods.outputs.spec_name }}.spec

- name: If executable upload success
Expand Down

0 comments on commit a93132e

Please sign in to comment.