Skip to content

Commit

Permalink
fix: Get the artifacts uploaded correctly (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
PossibleLlama authored Dec 15, 2023
1 parent 9539cea commit e33758a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
path: .

- name: Move binaries
run: mv ./artifact/* .
run: mv ./Binaries/* .

- name: Semantic Release
run: |
Expand Down

0 comments on commit e33758a

Please sign in to comment.