Skip to content

Commit 981506e

Browse files
authored
fix path to action
1 parent eda0132 commit 981506e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
zip -r "${BUILD_DIR}.zip" "$BUILD_DIR"
7171
7272
- name: Artefakt an letztes Release anhängen
73-
uses: peter-evans/upload-release-asset@v1
73+
uses: actions/upload-release-asset@v1
7474
with:
7575
upload_url: ${{ steps.get_release.outputs.upload_url }}
7676
asset_path: deepnest-${{ steps.get_release.outputs.tag }}-linux-${{ env.ARCH }}.zip

0 commit comments

Comments
 (0)