Skip to content

Commit

Permalink
Update build-prog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaichuBender committed Jan 31, 2024
1 parent 6cae4ca commit 62218c3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-prog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ jobs:
- name: make
run: make

- name: create archive
run: mkdir astext_build

- name: copy build file(s)
run: cp -vf astext astext_build/

- name: upload artifact
uses: actions/upload-artifact@v2
with:
name: build
path: astext
path: astext_build

0 comments on commit 62218c3

Please sign in to comment.