1
0
mirror of https://github.com/actions/upload-artifact.git synced 2025-10-23 08:56:38 +08:00

reorganize upload code in prep for merge logic, add more tests

This commit is contained in:
Rob Herley
2024-01-22 15:49:34 -05:00
parent 694cdabd8b
commit 8d531b15a6
13 changed files with 4169 additions and 1508 deletions

View File

@@ -34,7 +34,7 @@ jobs:
run: npm ci
- name: Rebuild the dist/ directory
run: npm run build
run: npm run release
- name: Compare the expected and actual dist/ directories
run: |