Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cant-code committed Mar 25, 2024
1 parent 9bbe4cf commit e3a89e8
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 @@ -24,7 +24,7 @@ jobs:
uses: actions/[email protected]
with:
name: video-processing-app
path: ./bin/app
path: bin/app
retention-days: 1

create-image:
Expand All @@ -34,5 +34,5 @@ jobs:
with:
DOCKER_TAG: damnationcantcode/yt-clone-video-processing
ARTIFACT_NAME: video-processing-app
ARTIFACT_PATH: ./bin
ARTIFACT_PATH: bin
secrets: inherit

0 comments on commit e3a89e8

Please sign in to comment.