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 bf19c93 commit 665ac71Copy full SHA for 665ac71
.github/workflows/release-build.yaml
@@ -14,11 +14,6 @@ jobs:
14
- name: Checkout repository
15
uses: actions/checkout@v4
16
17
- - name: Setup Node.js
18
- uses: actions/setup-node@v3
19
- with:
20
- node-version: 18
21
-
22
- name: Log in to Docker Hub
23
uses: docker/login-action@v1
24
with:
@@ -76,7 +71,7 @@ jobs:
76
71
77
72
- name: Build project
78
73
run: |
79
- zip -r netgrif-application-builder-${{ steps.getVersion.outputs.version }}.zip target/application-builder
74
+ zip -r netgrif-application-builder-${{ steps.getVersion.outputs.version }}.zip dist/application-builder
80
75
81
- name: Upload binaries to release
82
uses: svenstaro/upload-release-action@v2
0 commit comments