Skip to content

Commit

Permalink
Fix executable path
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldickison committed Sep 28, 2024
1 parent 12977c8 commit 0c58a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
name: build-output
path: |
target/production/server
target/release/server
public/
if-no-files-found: error

Expand All @@ -84,7 +84,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
target/production/server
target/release/server
public/
generate_release_notes: true
fail_on_unmatched_files: true

0 comments on commit 0c58a1f

Please sign in to comment.