Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/appfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ test 2
test


new changes

more new changes

new
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:

- name: Rename build artifact
run: mv file_build.txt file_deploy.txt

- name: sleep for 1 minute
run: sleep 60
- name: Upload deploy artifact
uses: actions/upload-artifact@v3
with:
Expand Down