Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit def9704

Browse files
committed
chore: archive nyx state file after publishing
1 parent 233d8a5 commit def9704

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,10 @@ jobs:
194194
run: ./gradlew nyxMake nyxMark nyxPublish release --stacktrace
195195
env:
196196
ReleaseAndroidIDE: true
197-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
197+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
198+
- name: Archive Nyx state file
199+
uses: actions/upload-artifact@v3
200+
if: ${{ always() }}
201+
with:
202+
name: .nyx-state-${{ github.job }}.json
203+
path: build/nyx-state.json

0 commit comments

Comments
 (0)