Skip to content

Commit 665ac71

Browse files
committed
Fix release workflow
1 parent bf19c93 commit 665ac71

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release-build.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
1616

17-
- name: Setup Node.js
18-
uses: actions/setup-node@v3
19-
with:
20-
node-version: 18
21-
2217
- name: Log in to Docker Hub
2318
uses: docker/login-action@v1
2419
with:
@@ -76,7 +71,7 @@ jobs:
7671
7772
- name: Build project
7873
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
8075
8176
- name: Upload binaries to release
8277
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)