Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot committed Nov 18, 2024
1 parent 3ba8301 commit 472f997
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ jobs:
- name: Build packages
env:
KEY_PASSPHRASE: ${{ secrets.KEY_PASSPHRASE }}
DISTRIB: ${{ matrix.distrib }}
run: |
sed "s%pdidev/repo/%pdidev/repo/%g" -i build.conf
python3.8 pkg_builder/pkgbuild -D ${DISTRIB} -j 3 -p "${KEY_PASSPHRASE}"
mkdir ${DISTRIB}
echo '<html><body>hello</body></html>' > ${DISTRIB}/index.html
#python3.8 pkg_builder/pkgbuild -D ${DISTRIB} -j 3 -p "${KEY_PASSPHRASE}"
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 472f997

Please sign in to comment.