Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamik423 committed Aug 24, 2023
1 parent 4861029 commit 3b0ad70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
lfs: true
lfs: false
fetch-depth: '0'
## live
ref: 'master'
#ref: 'master'
## debug
#ref: 'development'
- name: Checkout LFS objects
run: git lfs checkout
ref: 'development'
# - name: Checkout LFS objects
# run: git lfs checkout

- name: Import Code-Signing Certificates
uses: Apple-Actions/import-codesign-certs@v1
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,11 @@

<!-- rename license to prevent issues on non case sensitive system -->
<execution>
<id>fix-license-collisions-python</id>
<phase>prepare-package</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>python3</executable>
<workingDirectory>${project.basedir}</workingDirectory>
Expand All @@ -434,11 +439,6 @@
<argument>${project.build.directory}/${my.finalShortName}.app/Contents/Resources/Java/${my.finalJarName}.jar</argument>
</arguments>
</configuration>
<id>python_build</id>
<phase>prepare-package</phase>
<goals>
<goal>exec</goal>
</goals>
</execution>

<!-- run mac-release.sh script to codesign and notarize the Mac App -->
Expand Down

0 comments on commit 3b0ad70

Please sign in to comment.