Skip to content

Commit

Permalink
Update name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-MV committed Jul 19, 2024
1 parent 7582a14 commit e2ea28a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ on:

jobs:
build-windows:
name: windows-x86_64
name: windows-AMD64
runs-on: windows-latest
env:
OS: windows
ARCH: x86_64
ARCH: AMD64

steps:
- name: Checkout Repository
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
with:
name: raylib-cruby-${{ env.ARCH }}
path: |
${{ github.workspace }}/build/raylib-cruby-${{ env.ARCH }}
${{ github.workspace }}/build/*.exe
${{ github.workspace }}/build/*.dll
retention-days: 90

0 comments on commit e2ea28a

Please sign in to comment.