Skip to content

Commit

Permalink
build: Add linux variant to CI artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Oct 21, 2023
1 parent 889384c commit f85c95a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/central.yml
Expand Up @@ -86,12 +86,12 @@ jobs:
- run: flutter build linux --release --dart-define="SENTRY_DSN=${{ secrets.SENTRY_DSN }}"
name: flutter build
- name: Zip Release
run: zip -r intiface-central-linux-x64.zip build/linux/x64/release/bundle
run: zip -r intiface-central-linux-${{ matrix.os }}-x64.zip build/linux/x64/release/bundle
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: linux-zip
path: ./intiface-central-linux-x64.zip
name: linux-${{ matrix.os }}-zip
path: ./intiface-central-linux-${{ matrix.os }}-x64.zip
# macos:
# runs-on: macos-latest
# steps:
Expand Down

0 comments on commit f85c95a

Please sign in to comment.