Skip to content

Commit

Permalink
Fix Prepare Plugin Artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelldi committed Nov 19, 2023
1 parent 971d30e commit bcec066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
working-directory: ${{ github.workspace }}/azure-tools-for-intellij/PluginsAndFeatures/azure-toolkit-for-rider
shell: bash
run: |
cd ${{ github.workspace }}/build/distributions
cd ./build/distributions
FILENAME=`ls *.zip`
unzip "$FILENAME" -d content
Expand Down

0 comments on commit bcec066

Please sign in to comment.