Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarrier committed Feb 2, 2025
1 parent 1a9424c commit 2da8836
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
name: identme.x86.exe
path: cli/MinSizeRel/identme.exe
x64:
win-x64:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -32,7 +32,7 @@ jobs:
with:
name: identme.x64.exe
path: cli/MinSizeRel/identme.exe
arm64:
win-arm64:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -45,7 +45,7 @@ jobs:
name: identme.arm64.exe
path: cli/MinSizeRel/identme.exe
release:
needs: [x86, x64, arm64]
needs: [win-x86, win-x64, win-arm64]
runs-on: ubuntu-latest
steps:
- id: create_release
Expand Down
Binary file not shown.

0 comments on commit 2da8836

Please sign in to comment.