Skip to content

Commit

Permalink
Correct syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
eval committed Apr 8, 2023
1 parent 2d13656 commit 2647a09
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
name: stable
target_commitish: 55863dbc940e0741b9d9b3a1b11fdbadd08e8bb5 # first commit
tag_name: stable
files:
- deps-try-bb.jar
- deps-try.zip
files: |
deps-try-bb.jar
deps-try.zip
- name: Release unstable
if: ${{ always() }}
uses: softprops/action-gh-release@v1
Expand All @@ -99,9 +99,9 @@ jobs:
name: unstable
target_commitish: 55863dbc940e0741b9d9b3a1b11fdbadd08e8bb5 # first commit
tag_name: unstable
files:
- deps-try-bb.jar
- deps-try.zip
files: |
deps-try-bb.jar
deps-try.zip
- name: Tagged release
if: "${{ needs.Config.outputs.tagged-release }}"
uses: softprops/action-gh-release@v1
Expand All @@ -114,6 +114,6 @@ jobs:
name: ${{ needs.Config.outputs.release-name }}
target_commitish: ${{ github.sha }}
tag_name: ${{ needs.Config.outputs.release-name }}
files:
- deps-try-bb.jar
- deps-try.zip
files: |
deps-try-bb.jar
deps-try.zip

0 comments on commit 2647a09

Please sign in to comment.