Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lishiki committed May 31, 2024
1 parent 8eba5fd commit 0b12247
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,12 @@ jobs:
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo Add other actions to build, > test1
echo test, and deploy your project.
# Upload artifact
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
with:
name: artifact.test1
path: test1

0 comments on commit 0b12247

Please sign in to comment.