Fix prod workflow (#4266)

* don't exclude server from build

* fix a couple more places

* fix a one more place
This commit is contained in:
Scott Bishel 2022-11-29 17:45:32 -07:00 committed by GitHub
parent 6b890d4963
commit 0adde49cd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -276,7 +276,7 @@ jobs:
BUILD_NUMBER: ${{ github.run_id }}
- name: Rename plugin file
run: cd mattermost-plugin/dist; mv focalboard-*.tar.gz mattermost-plugin-focalboard.tar.gz
run: cd focalboard/mattermost-plugin/dist; mv focalboard-*.tar.gz mattermost-plugin-focalboard.tar.gz
- name: Upload plugin artifact
uses: actions/upload-artifact@v3