Skip to content

Commit

Permalink
Update Prepare prebuild environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Nov 27, 2024
1 parent 898d991 commit 220b3d6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/Prepare prebuild environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,20 +285,16 @@ jobs:
- name: What files were created unix
if: ${{ (runner.os == 'macOS') || (runner.os == 'Linux') }}
run: ls -R prebuilds

- name: What files were created Windows
if: ${{ runner.os == 'Windows' }}
run: dir /s prebuilds

- name: Create Archive of prebuilds Unix
if: ${{ (runner.os == 'macOS') || (runner.os == 'Linux') }}
run: |
tar -czf archive.${{ matrix.name }}.tar.gz prebuilds/
tar -cvzf archive.${{ matrix.name }}.tar.gz prebuilds/
- name: Create Archive of prebuilds Windows
if: ${{ runner.os == 'Windows' }}
run: |
tar -czf archive.${{ matrix.name }}.tar.gz prebuilds
tar -cvzf archive.${{ matrix.name }}.tar.gz prebuilds
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 220b3d6

Please sign in to comment.