Skip to content

Commit 713cfe4

Browse files
committed
workflow: disable binary releases until properly licensed
1 parent fe5e8ea commit 713cfe4

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/test_build_release.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ jobs:
4242
name: torrust-tracker
4343
path: ./target/release/torrust-tracker
4444

45-
release:
46-
needs: build
47-
runs-on: ubuntu-latest
48-
steps:
49-
- name: Download build artifact
50-
uses: actions/download-artifact@v2
51-
with:
52-
name: torrust-tracker
53-
- name: Release
54-
uses: softprops/action-gh-release@v1
55-
with:
56-
files: |
57-
torrust-tracker
45+
# release:
46+
# needs: build
47+
# runs-on: ubuntu-latest
48+
# steps:
49+
# - name: Download build artifact
50+
# uses: actions/download-artifact@v2
51+
# with:
52+
# name: torrust-tracker
53+
# - name: Release
54+
# uses: softprops/action-gh-release@v1
55+
# with:
56+
# files: |
57+
# torrust-tracker

NOTICE

Whitespace-only changes.

0 commit comments

Comments
 (0)