Compare commits

..

No commits in common. "f5e6e30797f5477501049cb6b97d787f2c1de22e" and "78bd7ea8c74782f735caf27d73bd9d6ebe9579ae" have entirely different histories.

1 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: 'Checkout kubuntuJammy Repo'
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Get version
run: |
@ -19,7 +19,7 @@ jobs:
echo "release=${REL}" >> $GITHUB_ENV
- name: 'Checkout kubuntuMainline Repo'
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: kubuntuMainline
persist-credentials: false
@ -41,7 +41,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
@ -58,7 +58,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/*
@ -85,7 +85,7 @@ jobs:
- name: Release
if: github.ref == 'refs/heads/kubuntuJammy'
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v1
with:
#files: ${{ github.workspace }}/ISO/*.tar.gz
#files: ${{ github.workspace }}/ISO/*.iso