Skip to content

Commit

Permalink
Update workflow_with_artifacts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KimJoonSeo authored Nov 21, 2023
1 parent 5190715 commit 45d0683
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow_with_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: artifact
on: [push]

env:
FILE_NAME: hello-server
ARTIFACT_NAME: myartifact

jobs:
build:
Expand All @@ -20,5 +20,5 @@ jobs:
- name: Upload artifact for linux
uses: actions/[email protected]
with:
name: linux
path: ./${{ env.FILE_NAME }}
name: ${{ env.ARTIFACT_NAME }}
path: .

0 comments on commit 45d0683

Please sign in to comment.