Skip to content

Commit

Permalink
fix : upload artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
bas524 committed Oct 30, 2022
1 parent 80f2905 commit a74c809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- name: Upload krb5-ticket-watcher binary
uses: actions/upload-artifact@v1
with:
name: ${{ format('krb5-ticket-watcher.{0}.{1}', matrix.os, matrix.compiler) }}
name: ${{ format('krb5-ticket-watcher-1.0.4-Linux.{0}.{1}.tar.bz2', matrix.os, matrix.compiler) }}
path: cmake-build-release/krb5-ticket-watcher-1.0.4-Linux.tar.bz2

0 comments on commit a74c809

Please sign in to comment.