Skip to content

Commit

Permalink
Broke the workflow with an untested change
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Jelsma <73849717+Dannyj1@users.noreply.github.com>
  • Loading branch information
Dannyj1 authored Dec 24, 2023
1 parent 1945de6 commit 4b0aea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Archive Artifacts
run: |
executable_name=$(echo Zagreus-v* | sed 's/\.[^.]*$//')
executable_name=$(echo Zagreus-v* | sed 's/\.exe$//')
echo "EXECUTABLE_NAME=$executable_name" >> $GITHUB_ENV
mkdir rel
cp "$executable_name" rel/
Expand Down

0 comments on commit 4b0aea4

Please sign in to comment.