Skip to content

Commit 59e5ed6

Browse files
committed
Further adjustments to go package structure
1 parent ca0b4cd commit 59e5ed6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
5454
- name: Package Generated Files
5555
run: |
56-
mv -v ./api/org/polypheny/* ./api/
57-
rm -rf ./api/org
58-
tar -czvf go-api-files-${{ env.VERSION }}.tar.gz ./api
56+
mv -v ./api/org/polypheny/* ./
57+
rm -rf ./api
58+
tar -czvf go-api-files-${{ env.VERSION }}.tar.gz ./prism
5959
6060
- name: Upload ZIP to GitHub Release
6161
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)