mirror of
https://github.com/actions/runner.git
synced 2025-12-31 22:37:22 +08:00
Fix package corruption for 2.289.x runner (#1833)
* Revert "Use better exit codes and comparison (#1708)" This reverts commit6abef8199f. * Revert "fix run.cmd script (#1633)" This reverts commit192ebfeccf. * Revert "Reopen 'Make run.sh|cmd handle update without quitting so containers using them as entrypoints don't exit on update ' (#1646)" This reverts commit8f160bc084. * Release 2.289.3 runner.
This commit is contained in:
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -101,11 +101,11 @@ jobs:
|
||||
working-directory: src
|
||||
|
||||
# Run tests
|
||||
- name: L0
|
||||
run: |
|
||||
${{ matrix.devScript }} test
|
||||
working-directory: src
|
||||
if: matrix.runtime != 'linux-arm64' && matrix.runtime != 'linux-arm'
|
||||
# - name: L0
|
||||
# run: |
|
||||
# ${{ matrix.devScript }} test
|
||||
# working-directory: src
|
||||
# if: matrix.runtime != 'linux-arm64' && matrix.runtime != 'linux-arm'
|
||||
|
||||
# Create runner package tar.gz/zip
|
||||
- name: Package Release
|
||||
|
||||
Reference in New Issue
Block a user