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 d7fd2d2 commit 56cc565Copy full SHA for 56cc565
.github/workflows/nightly.yml
@@ -89,6 +89,9 @@ jobs:
89
- name: Standardize Firmware Name
90
run: mv ./firmware/fujinet*.zip ./firmware/fujinet-${{ matrix.target-platform }}-${{ steps.version.outputs.VERSION }}-nightly.zip
91
92
+ - name: Create "version.txt" file
93
+ run: echo "${{ steps.version.outputs.VERSION }}.${{ matrix.target-platform }}" > ./version.txt
94
+
95
- name: Create Release
96
id: create-release
97
uses: softprops/[email protected]
0 commit comments