Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Sep 10, 2024
1 parent 1f4bf84 commit 596e755
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,24 @@ jobs:
- 2.5.7
- 2.5.7-psx
- 2.6.0
- 2.6.0-psx
- 2.6.3
- 2.6.3-psx
- 2.7.0
- 2.7.1
- 2.7.2
- 2.7.2-psx
- 2.7.2.1
- 2.7.2.2
- 2.7.2.3
- 2.8.0
- 2.8.0-psx
- 2.8.1
- 2.8.1-psx
- 2.91.66
- 2.91.66-psx
- 2.95.2
- 2.95.2-psx
name: Build GCC ${{ matrix.version }}
steps:
- name: Clone repository
Expand All @@ -42,12 +47,12 @@ jobs:
cd build-gcc-${{ matrix.version }}
tar -czvf ../gcc-${{ matrix.version }}.tar.gz *
- name: Create artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gcc-${{ matrix.version }}
path: gcc-${{ matrix.version }}.tar.gz
- name: Publish release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit 596e755

Please sign in to comment.