mirror of
https://github.com/rfvgyhn/min-ed-launcher.git
synced 2026-02-04 13:55:30 +00:00
[ci] add id to archive step so outputs work
This commit is contained in:
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -99,6 +99,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Archive
|
||||
id: archive
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
run: ci/archive-job-log.sh ${{ needs.publish.outputs.job_id }} >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user