RPM, tests, pointlist indexing and nlookup-ing, lint fixes #4
@ -60,8 +60,11 @@ jobs:
|
||||
- name: Constructing artifact name and version
|
||||
run: |
|
||||
echo "BFORCE_VER=$(cat ${{ github.workspace }}/bforce/source/.version)-$(date +%Y%M%d)" >> $GITHUB_ENV
|
||||
- name: Downloading artifact
|
||||
uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: bforce-${{ env.BFORCE_VER }}-Arch
|
||||
- name: Display structure of downloaded files
|
||||
run: ls -R
|
||||
- name: Installing archlinux package
|
||||
run: |
|
||||
ls -la
|
||||
|
Loading…
x
Reference in New Issue
Block a user