Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bishop-333 authored Oct 18, 2023
1 parent 0bdce76 commit 23d33aa
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 @@ -159,7 +159,6 @@ jobs:
if: ${{ github.event_name != 'release' || matrix.btype != 'Debug' }} # skip Debug configuration in Release build
run: |
./make-macosx-ub2.sh
chmod -R +x build/release-darwin-universal2
- uses: actions/upload-artifact@v3.1.1
if: matrix.cc == 'gcc' && matrix.btype == 'release'
Expand All @@ -183,6 +182,7 @@ jobs:
7z a -r omega-engine-linux-x86_64.zip ./release-linux-x86_64
7z a -r omega-engine-windows-x86.zip ./release-mingw64-x86
7z a -r omega-engine-windows-x86_64.zip ./release-mingw64-x86_64
chmod -R +x release-darwin-universal2
7z a -r omega-engine-macos-universal2.zip ./release-darwin-universal2
- name: Create latest build
Expand Down

0 comments on commit 23d33aa

Please sign in to comment.