Skip to content

Commit

Permalink
maybe now?
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-wasi committed Jan 9, 2025
1 parent d1f3131 commit 9ac558c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- build-script
workflow_run:
workflows: ["Build"]
types:
- completed

jobs:
publish:
Expand All @@ -14,7 +18,7 @@ jobs:
uses: actions/checkout@v2

- name: Download JAR artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v2
with:
name: app-jar
path: .
Expand All @@ -25,4 +29,4 @@ jobs:
jar_file=$(ls *.jar)
new_name="${version}.jar"
mv "$jar_file" "$new_name"
gh release create "$version" "$new_name" --notes "Release $version"
gh release create "$version" "$new_name" --notes "Release $version"

0 comments on commit 9ac558c

Please sign in to comment.