Skip to content

Commit

Permalink
Fix Packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Jan 3, 2024
1 parent bf807c6 commit 1feb429
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ jobs:
- name: linux-x86_64-mesa
os: ubuntu-latest
short_os: linux
out_dir: Linux
arch: x86_64

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -123,9 +122,9 @@ jobs:
run: |
cd mesa-$MESA_VERSION/install
tar -cvf mesa-$MESA_VERSION-${{ matrix.short_os }}-${{ matrix.arch }}.tar.xz -C ${{ matrix.out_dir }} .
tar -cvf ../mesa-$MESA_VERSION-${{ matrix.short_os }}-${{ matrix.arch }}.tar.xz .
- name: release
uses: softprops/action-gh-release@v1
with:
files: mesa-$MESA_VERSION/install/mesa-$MESA_VERSION-${{ matrix.short_os }}-${{ matrix.arch }}.tar.xz
files: mesa-$MESA_VERSION/mesa-$MESA_VERSION-${{ matrix.short_os }}-${{ matrix.arch }}.tar.xz

0 comments on commit 1feb429

Please sign in to comment.