Skip to content

Commit

Permalink
Add chmod +x
Browse files Browse the repository at this point in the history
  • Loading branch information
TaYaKi71751 committed Oct 6, 2024
1 parent 9263a02 commit b934324
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:
- name: Build
run: |
flutter build macos
chmod +x build/macos/Build/Products/Release/*.app/Contents/MacOS/*
- name: Save build Artifact
uses: actions/upload-artifact@main
with:
name: rdr2_session_macos_x64.app
path: |
build/macos/Build/Products/Release/
build/macos/Build/Products/Release/*.app
windows-build:
runs-on: windows-latest
Expand Down

0 comments on commit b934324

Please sign in to comment.