Skip to content

Commit 5b64094

Browse files
committed
test
1 parent d5dd208 commit 5b64094

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

.github/workflows/test.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Test
2-
32
on:
43
push:
5-
pull_request:
6-
workflow_dispatch:
7-
84
jobs:
95
build:
106
name: Build
@@ -13,14 +9,19 @@ jobs:
139
steps:
1410
- uses: actions/checkout@v3.1.0
1511
- run: |
16-
mkdir artifacts
17-
echo "===== Attempt 1 ====" > artifaces/${GITHUB_SHA}
12+
mkdir artifacts
13+
echo "===== Attempt 1 ====" > artifacts/${GITHUB_SHA}
1814
- name: Archive logs
1915
uses: actions/upload-artifact@v3
2016
if: always()
2117
with:
22-
name: resources
18+
name: ${{ github.sha }}
2319
retention-days: 1
2420
path: artifacts/
25-
21+
find:
22+
name: find
23+
needs: build
24+
runs-on: ubuntu-latest
25+
steps:
2626
- name: Find URL
27+
run: echo ${GITHUB_SHA}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# artifact-url-testing
22

3-
change
3+
chang

0 commit comments

Comments
 (0)