Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot committed Dec 5, 2024
1 parent 3032e41 commit fab81a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
run: |
#python3.8 pkg_builder/pkgbuild -D ${DISTRIB} -j 3 -p "${KEY_PASSPHRASE}"
mkdir ${DISTRIB}
echo "test ${DISTRIB}" > ${DISTRIB}/index.html
echo "test ${DISTRIB} at $(date)" > ${DISTRIB}/index.html
- name: Upload artifact
uses: actions/upload-artifact@v4
id: artifact
Expand Down

0 comments on commit fab81a7

Please sign in to comment.