Skip to content

Commit

Permalink
fix binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jul 22, 2024
1 parent f379dcc commit 24805e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ansible-facts
path: /home/runner/work/ansible-facts/ansible-facts/target/release/ansible-facts
path: ./target/release/saltbox-facts

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/') && github.event_name != 'pull_request'
with:
files: |
/home/runner/work/ansible-facts/ansible-facts/target/release/ansible-facts
./target/release/saltbox-facts

0 comments on commit 24805e4

Please sign in to comment.