Skip to content

Commit

Permalink
build: use ${{github.event.repository.name}}
Browse files Browse the repository at this point in the history
  • Loading branch information
kg68k committed Dec 8, 2024
1 parent 213d759 commit 191c22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-win-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:

env:
BUILD_TYPE: MinSizeRel
ARCHIVE_FILENAME: dis-${{github.ref_name}}-win-x64.zip
ARCHIVE_FILENAME: ${{github.event.repository.name}}-${{github.ref_name}}-win-x64.zip

jobs:
release:
runs-on: windows-latest
timeout-minutes: 5
timeout-minutes: 10

# Allow write permission for action-gh-release
permissions:
Expand Down

0 comments on commit 191c22d

Please sign in to comment.