Compare commits

..

1 Commits

Author SHA1 Message Date
Rob Herley
84b2b38d8e licensed cache 2023-12-13 16:06:43 -05:00
4 changed files with 3315 additions and 28893 deletions

View File

@@ -46,7 +46,7 @@ jobs:
id: diff
# If index.js was different than expected, upload the expected version as an artifact
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v4-beta
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist

View File

@@ -48,13 +48,13 @@ jobs:
echo "Hello world from file B" > path/to/artifact-B/file-B.txt
- name: Upload artifact A
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4-beta
with:
name: Artifact-A-${{ matrix.runs-on }}
path: path/to/artifact-A
- name: Upload artifact B
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4-beta
with:
name: Artifact-B-${{ matrix.runs-on }}
path: path/to/artifact-B

View File

@@ -65,7 +65,7 @@ For more information, see the [`@actions/artifact`](https://github.com/actions/t
# The id of the workflow run where the desired download artifact was uploaded from.
# If github-token is specified, this is the run that artifacts will be downloaded from.
# Optional. Default is ${{ github.run_id }}
# Optional. Default is ${{ github.repository }}
run-id:
```

32200
dist/index.js vendored

File diff suppressed because one or more lines are too long