Skip to content

Commit

Permalink
ci: Fix name of artifacts files
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaMaul committed Apr 2, 2024
1 parent 402a092 commit 391068a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
- name: Rename Plugin
shell: bash
run: |
mv build${{ matrix.ida_sdk }}/quokka-install/quokka_*64* ${{ matrix.ida_sdk }}-quokka_plugin0064.${{ matrix.ext }}
mv build${{ matrix.ida_sdk }}/quokka-install/quokka_*32* ${{ matrix.ida_sdk }}-quokka_plugin0032.${{ matrix.ext }}
mv build${{ matrix.ida_sdk }}/quokka-install/quokka_plugin64.${{ matrix.ext }} ${{ matrix.ida_sdk }}-quokka_plugin0064.${{ matrix.ext }}
mv build${{ matrix.ida_sdk }}/quokka-install/quokka_plugin.${{ matrix.ext }} ${{ matrix.ida_sdk }}-quokka_plugin0032.${{ matrix.ext }}
# We need one action per file
# See https://github.com/actions/upload-artifact/issues/331
Expand Down

0 comments on commit 391068a

Please sign in to comment.