Skip to content

Commit

Permalink
Fix conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Nov 30, 2024
1 parent 35424c0 commit 5f6f900
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,13 @@ jobs:
path: maven_offline
- name: "Release: Get release info"
id: get_release_info
if: github.event_name == 'release'
uses: bruceadams/get-release@v1.2.3
env:
GITHUB_TOKEN: ${{ github.token }}
- name: "Release: Upload artifact"
uses: actions/upload-release-asset@v1
if: github.event_name == 'release'
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down

0 comments on commit 5f6f900

Please sign in to comment.