Skip to content

Commit

Permalink
fix publish nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
i-make-robots committed Feb 3, 2025
1 parent 00c582d commit d4a00e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
run: |
mkdir -p target/universal-package &&
cp CONTRIBUTING.md LICENSE README.md target/universal-package/ &&
cp target/nodegraphcore-*.jar target/universal-package/ &&
cp target/donatello-*.jar target/universal-package/ &&
cd target/universal-package/ &&
7z a -tzip NodeGraphCore.zip . &&
mv NodeGraphCore.zip ../..
7z a -tzip Donatello.zip . &&
mv Donatello.zip ../..
- name: Deploy nightly release
if: github.repository == 'MarginallyClever/Donatello' && github.ref == 'refs/heads/main'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.marginallyclever</groupId>
<artifactId>donatello</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>

<name>Donatello</name>
<description>GUI for nodegraphcore flow-based programming</description>
Expand Down

0 comments on commit d4a00e2

Please sign in to comment.