Skip to content

Commit

Permalink
fixed uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
dest4590 committed Nov 16, 2024
1 parent 6dd0b4a commit 5bf582b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
$ARTIFACT_HASH=git rev-parse --short HEAD
echo "ARTIFACT_HASH=$ARTIFACT_HASH" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
- name: Rename Executable
id: rename
run: copy target/release/collapsescanner.exe ./collapsescanner-${{ env.ARTIFACT_HASH }}.exe

- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5bf582b

Please sign in to comment.