We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0b4cd commit 59e5ed6Copy full SHA for 59e5ed6
.github/workflows/publish-go.yml
@@ -53,9 +53,9 @@ jobs:
53
54
- name: Package Generated Files
55
run: |
56
- mv -v ./api/org/polypheny/* ./api/
57
- rm -rf ./api/org
58
- tar -czvf go-api-files-${{ env.VERSION }}.tar.gz ./api
+ mv -v ./api/org/polypheny/* ./
+ rm -rf ./api
+ tar -czvf go-api-files-${{ env.VERSION }}.tar.gz ./prism
59
60
- name: Upload ZIP to GitHub Release
61
uses: softprops/action-gh-release@v2
0 commit comments