Skip to content

Commit

Permalink
FIx the workflow uploads to have unique names, and upgrade to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ShironekoBen committed Sep 13, 2024
1 parent bf58d7d commit a25c21d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:

steps:
# Checkout both repositories
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
path: imgui
repository: ocornut/imgui
Expand Down Expand Up @@ -74,9 +74,9 @@ jobs:
- name: Run
run: ./example_null

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dear_bindings_${{ matrix.branch }}
name: dear_bindings_${{ matrix.branch }}_${{ matrix.compiler }}_${{ matrix.flag_nogeneratedefaultargfunctions }}
path: |
cimgui.*
cimgui_internal.*

0 comments on commit a25c21d

Please sign in to comment.