Skip to content

Commit

Permalink
build: Remove info.plist step from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Jan 21, 2024
1 parent 9f8f475 commit 1b1c587
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ jobs:
run: |
mkdir ci-output-release
cp target/release/intiface-engine ci-output-release/intiface-engine
- name: Copy Info.plist (MacOS)
if: startsWith(matrix.os, 'macos')
run: |
cp src/Info.plist ci-output-release/Info.plist
- name: Copy executable (Windows)
if: startsWith(matrix.os, 'windows')
run: |
Expand Down

0 comments on commit 1b1c587

Please sign in to comment.