Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
substring authored Dec 12, 2024
1 parent d4c0ff3 commit 0fd7d2c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
with:
name: ${{matrix.platform.name}}-${{matrix.config.name}}-${{matrix.os}}
path: attractplus-*.7z
compression-level: 0

PackageAMx86:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -123,8 +124,9 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
path: ./
path: "./attractplus_${{ steps.vars.outputs.deb_version }}_${{ matrix.os }}_amd64.deb"
name: "attractplus_${{ steps.vars.outputs.deb_version }}_${{ matrix.os }}_amd64.deb"
compression-level: 0

buildMacOS:
name: MacOS build
Expand Down Expand Up @@ -167,6 +169,7 @@ jobs:
with:
name: MacOS
path: attractplus-*.7z
compression-level: 0

buildAMarm:
name: ${{ matrix.platform.name }} ${{ matrix.config.name }} on ${{ matrix.os }}
Expand Down Expand Up @@ -221,6 +224,7 @@ jobs:
with:
name: ${{matrix.platform.name}}-${{matrix.os}}
path: attractplus-*.7z
compression-level: 0

PackageAMarm:
#if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -277,6 +281,7 @@ jobs:
with:
path: "./attractplus_${{ steps.vars.outputs.deb_version }}_${{ matrix.os }}_${{ matrix.platform.arch }}.deb"
name: "attractplus_${{ steps.vars.outputs.deb_version }}_${{ matrix.os }}_${{ matrix.platform.arch }}.deb"
compression-level: 0

buildAMWindows:
name: Windows MXE build
Expand Down Expand Up @@ -356,6 +361,7 @@ jobs:
with:
name: Windows
path: attractplus-*.7z
compression-level: 0

Release:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 0fd7d2c

Please sign in to comment.