Skip to content

Commit

Permalink
Some debug runs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmangla committed Nov 27, 2023
1 parent a354ab5 commit aacd5f6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,20 @@ jobs:
export PKG_SOURCE_VERSION=`sed -n "s/^PKG_SOURCE_VERSION:=\(.*\)$/\1/p" $MAKEFILE`
export PKG_RELEASE=`sed -n "s/^PKG_RELEASE:=\(.*\)$/\1/p" $MAKEFILE`
export PKG_VERSION="$PKG_SOURCE_DATE-$PKG_SOURCE_VERSION"
echo "PKG_VERSION=$PKG_VERSION" >> $GITHUB_ENV
echo "PKG_FULL_VERSION=$PKG_VERSION-$PKG_RELEASE" >> $GITHUB_ENV
- run: find . -name 'airsaned_*.ipk'

- run: find . -name '*.ipk'

- run: realpath $(pwd)

- run: pwd

- run: echo "$HOME"

- run: env

- uses: actions/upload-artifact@v3
with:
name: airsaned_${{ env.PKG_FULL_VERSION }}_openwrt-${{ matrix.wrtrel }}_${{ matrix.sdk }}.ipk
Expand Down

0 comments on commit aacd5f6

Please sign in to comment.