Skip to content

Commit

Permalink
Rename release file
Browse files Browse the repository at this point in the history
  • Loading branch information
Phasip authored and koraa committed Dec 10, 2022
1 parent 6cbf72c commit 1d3c47e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ jobs:
with:
command: build
args: --release
- name: Rename file
run: mv target/release/huniq target/release/huniq_x86-64
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
target/release/huniq
target/release/huniq_x86-64

0 comments on commit 1d3c47e

Please sign in to comment.