Skip to content

Commit

Permalink
Name mac checksums files to include 'mac-'.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinekitty committed Jan 13, 2025
1 parent 4ef28c2 commit d463ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
export CROSS_COMPILE=$CROSS_COMPILE_TARGET_${{ matrix.platform }}
make dep
make dist
cd dist && shasum -a 256 *.vcvplugin > checksums_${{ matrix.platform }}.txt && cd ..
cd dist && shasum -a 256 *.vcvplugin > checksums_mac-${{ matrix.platform }}.txt && cd ..
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d463ae6

Please sign in to comment.