1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-10-31 00:17:42 +02:00

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

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