Skip to content

Commit

Permalink
worflow, we are already on musl we don't need to specify target
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed Aug 8, 2023
1 parent fb9b8df commit 1646932
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 @@ -42,13 +42,13 @@ jobs:
if: github.ref == 'refs/heads/mistress'
with:
name: dotfox
path: target/x86_64-unknown-linux-musl/release/dotfox
path: target/release/dotfox

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

0 comments on commit 1646932

Please sign in to comment.