From 315b43ea051ebd97832663eefddab6055893cc4a Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sat, 23 Oct 2021 16:49:26 -0700 Subject: [PATCH] fixing packagr actions for publishing artifacts. --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bc01456..ecbf838 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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