Skip to content

Commit

Permalink
edit actions
Browse files Browse the repository at this point in the history
  • Loading branch information
QZLin committed Aug 6, 2023
1 parent a211dcd commit bf3a0a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ jobs:
ref: msys
path: src/bup-0.34
- name: build bup
shell: msys2 {0}
working-directory: ${{ github.workspace }}
run: |-
makepkg
msys2 -c 'pwd'
msys2 -c 'makepkg'
ls
- name: Pack and upload
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit bf3a0a2

Please sign in to comment.