Skip to content

Commit

Permalink
point to right directory for binary output
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed May 11, 2023
1 parent 46b255f commit b8f82a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
if: github.ref == 'refs/heads/mistress'
with:
name: dotfox
path: target/release/dotfox
path: target/x86_64-unknown-linux-musl/release/dotfox

- name: Publish
id: publishing
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/v')
with:
files: |
target/release/dotfox
target/x86_64-unknown-linux-musl/release/dotfox
draft: true

0 comments on commit b8f82a2

Please sign in to comment.