Skip to content

Commit

Permalink
Update macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
awdev1 authored Oct 13, 2024
1 parent e919eb1 commit 3df5d80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Auto Compile on Commit
name: Auto Compile on Commit (macOS)

on:
push:
Expand Down Expand Up @@ -29,12 +29,12 @@ jobs:
- name: List contents of the output directory
run: |
ls dist
ls -R dist # Recursively list all files in the 'dist' directory
- name: Prepare files for zipping
run: |
mkdir -p zip_temp
mv dist/Vector24.app zip_temp/
mv dist/Vector24 zip_temp/ # Adjust path based on actual build output
mv app.log zip_temp/
mv config.json zip_temp/
mv positions.json zip_temp/
Expand Down

0 comments on commit 3df5d80

Please sign in to comment.