Skip to content

Commit

Permalink
Update workflow to use setup-java@v3, fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchpaulus committed Nov 6, 2023
1 parent 90b5c1b commit 4bb3faa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
dotnet-version: 7
- name: Setup Java
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
dotnet-version: 7
- name: Setup Java
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Create Release
run: |
./do src/do-publish.do
./do src/do-publish
- name: GH Release
uses: softprops/action-gh-release@v0.1.15
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
README.pdf

# Redo files
.redo/
*.aux
*.fls
*.old
*.out

.do_built.dir/
.do_built
*.did

*.output.idf

paper.jats
Expand Down

0 comments on commit 4bb3faa

Please sign in to comment.