Skip to content

Commit

Permalink
Fix: github artifacts name
Browse files Browse the repository at this point in the history
  • Loading branch information
telk5093 committed Dec 20, 2022
1 parent 348198c commit 4a12d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: Korean_Train_Set_${{ steps.vars.outputs.sha_short }}.zip # Name with sha short hash
path: generated/Korean_Signal_Set*.tar
name: Korean_Signal_Set_${{ steps.vars.outputs.sha_short }}.zip # Name with sha short hash
path: generated/Korean_Signal_Set*.tar

0 comments on commit 4a12d60

Please sign in to comment.