Skip to content

Commit

Permalink
ci pipeline-build archive api artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
MKAbdElrahman committed Sep 4, 2024
1 parent 225362b commit 111d988
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,10 @@ jobs:
- name: Copy Files
run: |
mkdir artifacts
cp bin/linux_amd64/api artifacts/.
cp bin/linux_amd64/api artifacts/.
- name: Archive
uses: actions/upload-artifact@v4
with:
name: api
path: artifacts

0 comments on commit 111d988

Please sign in to comment.