Skip to content

Commit

Permalink
chore: re-enable macos artifact uploads (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabster28 authored May 10, 2024
1 parent 3cdd88b commit 7aebc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
./gradlew packageInstallers
working-directory: .
- name: Move Release Files on Unix
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' }}
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-13' }}
run: |
mkdir ${{ github.workspace }}/release
if [ "${{ matrix.os }}" == "ubuntu-latest" ]; then
Expand Down

0 comments on commit 7aebc7b

Please sign in to comment.