Skip to content

Commit

Permalink
Merge GH workflow fix from 'upstream/master' into peddiashrith/master
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed Sep 13, 2024
2 parents c453241 + e7f7142 commit e7cce76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,16 @@ jobs:

# Publish plugin to beta channel
- name: Publish Beta Plugin
if: github.repository == 'amzn/ion-intellij-plugin'
if: github.repository == 'amazon-ion/ion-intellij-plugin'
env:
PUBLISH_TOKEN: ${{ secrets.JETBRAINS_TOKEN }}
PUBLISH_CHANNEL: beta
run: ./gradlew --stacktrace publishPlugin

# Upload plugin artifact to make it available in the next jobs
- name: Upload artifact
if: github.repository == 'amzn/ion-intellij-plugin'
uses: actions/upload-artifact@v1
if: github.repository == 'amazon-ion/ion-intellij-plugin'
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.product }}-plugin-artifact
path: ./build/distributions/${{ needs.build.outputs.artifact }}
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

# Upload plugin artifact to make it available in the next jobs
- name: Upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.product }}-plugin-artifact
path: ./build/distributions/${{ needs.build.outputs.artifact }}

0 comments on commit e7cce76

Please sign in to comment.