Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 533e50d

Browse filesBrowse files
authored
Update release.yml
1 parent 12b99f8 commit 533e50d
Copy full SHA for 533e50d

File tree

Expand file treeCollapse file tree

1 file changed

+10
-10
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-10
lines changed
Open diff view settings
Collapse file

‎.github/workflows/release.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+10-10Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ jobs:
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828

29-
- name: Add readme.txt to release
30-
uses: actions/upload-release-asset@v1
31-
env:
32-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
with:
34-
upload_url: ${{ steps.create_release.outputs.upload_url }}
35-
asset_path: standalone_readme.txt
36-
asset_name: readme.txt
37-
asset_content_type: text/plain
38-
3929
outputs:
4030
upload_url: ${{ steps.create_release.outputs.upload_url }}
4131

@@ -147,6 +137,16 @@ jobs:
147137
asset_path: dist/meshtastic
148138
asset_name: meshtastic_ubuntu
149139
asset_content_type: application/zip
140+
141+
- name: Add readme.txt to release
142+
uses: actions/upload-release-asset@v1
143+
env:
144+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
145+
with:
146+
upload_url: ${{ needs.release_create.outputs.upload_url }}
147+
asset_path: standalone_readme.txt
148+
asset_name: readme.txt
149+
asset_content_type: text/plain
150150

151151
build-and-publish-windows:
152152
runs-on: windows-latest

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.