Skip to content

Commit

Permalink
Fix Windows CI (#112)
Browse files Browse the repository at this point in the history
* move to release folder

* update actions versions

* deploy opengl and charts
  • Loading branch information
stonedDiscord authored Jul 13, 2024
1 parent b7fabd5 commit 58b56fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- name: Clone Project
uses: actions/checkout@v2.4.2
uses: actions/checkout@v4

- name: Update packages (Ubuntu)
if: contains(matrix.os, 'ubuntu')
Expand Down Expand Up @@ -71,8 +71,8 @@ jobs:
run: |
mkdir release
cd build
windeployqt --no-compiler-runtime Release
move Release ..\
windeployqt --no-compiler-runtime Release\maskromtool.exe
move Release\* ..\release\
- name: Packing (MacOS)
if: contains(matrix.os, 'macos')
Expand All @@ -84,7 +84,7 @@ jobs:
rm -rf "./release/maskromtool.app"
- name: Create Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "maskromtool (${{matrix.os-caption}})"
path: ./release/

0 comments on commit 58b56fc

Please sign in to comment.