Compare commits

..

No commits in common. "e6a995ccfd2edddfb671e98ad628131f705275bc" and "fc3edf5303a9a9ab02ba2a4f3add22637d8b6877" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ jobs:
ISO:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Build
run: sudo ./build_in_docker.sh
@ -26,7 +26,7 @@ jobs:
echo "isotag=${VER}-${REL}" >> $GITHUB_ENV
- name: Upload iso artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v2
with:
name: mbp-ubuntu-${{ steps.tag.outputs.tag }}.z01
path: ${{ github.workspace }}/output/*
@ -53,7 +53,7 @@ jobs:
- name: Release
if: github.ref == 'refs/heads/mainline'
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v1
with:
#files: ${{ github.workspace }}/ISO/*.tar.gz
#files: ${{ github.workspace }}/ISO/*.iso