Skip to content

Commit

Permalink
For Linux, only upload artifact from Ubuntu 22.04 for now (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwa committed Jul 21, 2024
1 parent 5fc8979 commit 0215d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
mkdir ericw-tools-linux
unzip build-linux/*-Linux.zip -d ericw-tools-linux
- name: 'Linux: Upload the artifact'
if: ${{ startsWith(matrix.os, 'ubuntu-') && matrix.use-asan == 'NO' }}
if: ${{ matrix.os == 'ubuntu-22.04' && matrix.use-asan == 'NO' }}
uses: actions/upload-artifact@v4
with:
path: ericw-tools-linux/
Expand Down

0 comments on commit 0215d52

Please sign in to comment.