Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicoala committed Jan 22, 2023
1 parent 33b2314 commit 40c6f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- '*'
jobs:
build:
name: Build project distributable
name: Build an installer
runs-on: windows-2022
steps:
- name: 📥 Checkout the code
Expand All @@ -31,7 +31,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: installer
path: build/compose/main-release/msi/Koalageddon-*.msi
path: build/compose/binaries/main-release/msi/Koalageddon-*.msi
release:
name: Publish a release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 40c6f9c

Please sign in to comment.