Skip to content

Commit

Permalink
Merge pull request #244 from TimUntersberger/development
Browse files Browse the repository at this point in the history
Update autorelease workflow to rename the executable to nog.exe
  • Loading branch information
TimUntersberger authored Feb 23, 2021
2 parents 254de3e + bc63d5b commit 48124c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
NOG_VERSION: "${{ env.BRANCH_NAME }} ${{ env.COMMIT_HASH }}"
- name: Add Icon
run: ./rcedit ./target/release/twm.exe --set-icon ./assets/logo.ico
- name: Rename executable
run: mv ./target/release/twm.exe ./target/release/nog.exe
- name: Create Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand All @@ -44,4 +46,4 @@ jobs:
prerelease: true
title: "${{ env.BRANCH_NAME }} branch"
files: |
./target/release/twm.exe
./target/release/nog.exe

0 comments on commit 48124c0

Please sign in to comment.