Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot] f5e6e30797
Bump softprops/action-gh-release from 1 to 2 (#113)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-24 08:55:06 +05:30
dependabot[bot] 85d39c97d3 Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-24 08:53:53 +05:30
dependabot[bot] 1227bc8abe
Bump actions/upload-artifact from 2 to 4 (#123)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-24 08:49:51 +05:30
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@v3
uses: actions/checkout@v4
- name: Get version
run: |
@ -19,7 +19,7 @@ jobs:
echo "release=${REL}" >> $GITHUB_ENV
- name: 'Checkout kubuntuMainline Repo'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: kubuntuMainline
persist-credentials: false
@ -41,7 +41,7 @@ jobs:
ISO:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- 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@v2
uses: actions/upload-artifact@v4
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@v1
uses: softprops/action-gh-release@v2
with:
#files: ${{ github.workspace }}/ISO/*.tar.gz
#files: ${{ github.workspace }}/ISO/*.iso