Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Aug 7, 2024
1 parent 343f183 commit d33d2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repackage_graalpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: graalpy-linux-${ matrix.distribution }}-${{ matrix.arch }}-${{ inputs.graalpy_version }}
name: graalpy-linux-${{ matrix.distribution }}-${{ matrix.arch }}-${{ inputs.graalpy_version }}
path: ./graalpy*.zip

build_windows:
Expand Down

0 comments on commit d33d2a1

Please sign in to comment.