Skip to content

Commit

Permalink
refactor build
Browse files Browse the repository at this point in the history
  • Loading branch information
azahnen committed Oct 13, 2024
1 parent 9646814 commit a027df7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/xtracfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,17 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: libxtracfg-c-${{ matrix.os.platform }}
path: ./libxtracfg/c/build/libxtracfg.a
- uses: actions/download-artifact@v4
with:
name: libxtracfg-c-hash-${{ matrix.os.platform }}
path: ./libxtracfg/go/xtracfg/libxtracfg.sha1sum
- name: log2
run: |
ls -l ../
ls -l ./
ls -l ./build
ls -l ../libxtracfg/c/build/
ls -l ../libxtracfg/go/xtracfg/libxtracfg.sha1sum
- name: build go
env:
CI_COMMIT_BRANCH: ${{ github.ref_name }}
Expand Down

0 comments on commit a027df7

Please sign in to comment.