Skip to content

Commit

Permalink
Fix workflow name
Browse files Browse the repository at this point in the history
(References: #42)
  • Loading branch information
Aszusz committed Mar 17, 2024
1 parent e12e64a commit 57e6a2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Sign Pack with Ant
run: >
ant
-buildfile MoonshineSDKInstaller/build/build.xml sign-pack
-buildfile MoonshineSDKInstaller/build/build.xml pack-and-sign
-Dkeychain.name=build.keychain
-Dnotarytool.profile="notarytool-profile"
Expand Down
4 changes: 2 additions & 2 deletions MoonshineSDKInstaller/build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
</antcall>
</target>

<!-- ANCHOR - Pack Sign Workflow -->
<target name="pack-sign">
<!-- ANCHOR - Pack And Sign Workflow -->
<target name="pack-and-sign">
<switch value="true">
<case value="${is.windows}">
<antcall>
Expand Down

0 comments on commit 57e6a2d

Please sign in to comment.