Skip to content

Commit

Permalink
fixes negative style rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-1amstudios committed Nov 8, 2023
1 parent 0448864 commit 73ca8db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
echo "ref_name_without_v=$(echo ${GITHUB_REF_NAME} | cut -c2-)" >>$GITHUB_OUTPUT
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v0.1.14
uses: softprops/action-gh-release@v0.1.15
with:
draft: false
prerelease: false
name: Dethrace ${{ steps.vars.outputs.ref_name_without_v }}
name: skifree_sdl ${{ steps.vars.outputs.ref_name_without_v }}
generate_release_notes: true
files: |
artifacts/**
2 changes: 1 addition & 1 deletion src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ char* STRINGTABLE[] = {
"%2u:%2.2u:%2.2u.%2.2u",
"%5.2dm",
"%5.2dm/s",
"%7ld",
"%7d", /* originally "%7ld", */
"High Scores",
" <-- that's you",
" <-- try again!"
Expand Down

0 comments on commit 73ca8db

Please sign in to comment.