Skip to content

Commit

Permalink
Continuous Building
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlinat committed Dec 9, 2024
1 parent 41542f8 commit ba9c91b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ jobs:
shell: bash
- name: "Linux: Prepare the artifact"
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
run: mv build/${{ env.ARTIFACT_NAME }}-* ${{ env.ARTIFACT_DIRECTORY_NAME }}-linux/
run: |
mkdir ${{ env.ARTIFACT_DIRECTORY_NAME }}-linux
mv build/${{ env.ARTIFACT_NAME }}-* ${{ env.ARTIFACT_DIRECTORY_NAME }}-linux/
shell: bash
- name: "Linux: Pack and upload the artifact"
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
Expand Down

0 comments on commit ba9c91b

Please sign in to comment.