Skip to content

Commit 56cc565

Browse files
committed
create "version.txt" before building
1 parent d7fd2d2 commit 56cc565

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ jobs:
8989
- name: Standardize Firmware Name
9090
run: mv ./firmware/fujinet*.zip ./firmware/fujinet-${{ matrix.target-platform }}-${{ steps.version.outputs.VERSION }}-nightly.zip
9191

92+
- name: Create "version.txt" file
93+
run: echo "${{ steps.version.outputs.VERSION }}.${{ matrix.target-platform }}" > ./version.txt
94+
9295
- name: Create Release
9396
id: create-release
9497
uses: softprops/[email protected]

0 commit comments

Comments
 (0)