Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gwendolyngoetz committed Aug 5, 2022
1 parent 5f03f8e commit abd5e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Upload a Build Artifact - zip
uses: actions/upload-artifact@v3.1.0
with:
name: "prompt_${{ env.ver_num }}.zip"
name: "prompt_${{ env.ver_num }}"
path: "package/prompt_${{ env.ver_num }}.zip"
if-no-files-found: error
retention-days: 90
Expand Down

0 comments on commit abd5e4b

Please sign in to comment.