fixing packagr actions for publishing artifacts.

pull/210/head
Jason Kulatunga 3 years ago
parent d346a394e6
commit 315b43ea05

@ -51,6 +51,9 @@ jobs:
cd $PROJECT_PATH
make all
# restore modified dir to GH workspace.
cp -arf $PROJECT_PATH/. $GITHUB_WORKSPACE/
- name: Commit Changes
id: commit
uses: packagrio/action-releasr-go@master

Loading…
Cancel
Save