Skip to content

Commit

Permalink
Refactor GHA workflow (#3)
Browse files Browse the repository at this point in the history
use local path for execution
  • Loading branch information
alehechka authored Apr 6, 2023
1 parent 9568dea commit a055d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
uses: actions/checkout@v3

- name: Initial Tartifact
uses: alehechka/upload-tartifact@main
uses: ./
with:
name: test
path: README.md

- name: Second Tartifact (test cleanup of prior)
uses: alehechka/upload-tartifact@main
uses: ./
with:
name: test2
path: .github/workflows/main.yml
Expand Down

0 comments on commit a055d3a

Please sign in to comment.