Skip to content

Commit

Permalink
ci: rename artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
knuxify committed Sep 28, 2024
1 parent a25d587 commit befccaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Push build artifacts
uses: actions/upload-artifact@v4
with:
name: mossball-windows
name: mossball-windows-x86_64
path: |
D:/a/mossball/mossball/builds/ninja-multi-vcpkg/Release
Expand All @@ -63,6 +63,6 @@ jobs:
submodules: recursive
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: mossball.flatpak
bundle: mossball-linux.flatpak
manifest-path: linux/com.github.lumiscosity.Mossball.yml
cache-key: flatpak-builder-${{ github.sha }}

0 comments on commit befccaa

Please sign in to comment.