Skip to content

Commit

Permalink
Merge pull request #18183 from victoryforce/nightly-maint-250109
Browse files Browse the repository at this point in the history
Nightly action maintenance
  • Loading branch information
TurboGit authored Jan 9, 2025
2 parents 4429a4a + 5db3125 commit 2d06688
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
CMAKE_BUILD_TYPE: ${{ matrix.btype }}
GENERATOR: ${{ matrix.generator }}
TARGET: ${{ matrix.target }}
DARKTABLE_CLI: ${{ github.workspace }}/AppDir/usr/bin/darktable-cli
BRANCH: ${{ matrix.branch.code }}
BUILD_NAME: ${{ matrix.branch.label }}
steps:
Expand Down Expand Up @@ -141,7 +140,6 @@ jobs:
cd src
bash tools/appimage-build-script.sh
- name: Package upload
if: ${{ success() }}
uses: actions/upload-artifact@v4
with:
path: ${{ github.workspace }}/src/build/Darktable-*.AppImage*
Expand Down Expand Up @@ -245,7 +243,6 @@ jobs:
git submodule update
popd
- name: Update lensfun data
if: ${{ success() && matrix.btype == 'Release' && matrix.target == 'skiptest' }}
continue-on-error: true
run: |
lensfun-update-data
Expand All @@ -255,7 +252,6 @@ jobs:
cmake -E make_directory "${INSTALL_PREFIX}"
$(cygpath ${SRC_DIR})/.ci/ci-script.sh
- name: Package
if: ${{ success() && matrix.btype == 'Release' && matrix.target == 'skiptest' }}
run: |
cd "${BUILD_DIR}"
cmake --build "${BUILD_DIR}" --target package
Expand All @@ -265,7 +261,6 @@ jobs:
echo "VERSION=$(git describe --tags --match release-* | sed 's/^release-//;s/-/+/;s/-/~/;s/rc/~rc/')" >> $GITHUB_ENV
([[ ${MSYSTEM_CARCH} == x86_64 ]] && echo "SYSTEM=win64" || echo "SYSTEM=woa64") >> $GITHUB_ENV
- name: Package upload
if: ${{ success() }}
uses: actions/upload-artifact@v4
with:
path: ${{ env.BUILD_DIR }}/darktable-${{ env.VERSION }}-${{ env.SYSTEM }}.exe
Expand Down Expand Up @@ -347,7 +342,6 @@ jobs:
cd ${{ env.SRC_DIR }}
echo "VERSION=$(git describe --tags --match release-* | sed 's/^release-//;s/-/+/;s/-/~/;s/rc/~rc/')-${{ env.ARCHITECTURE }}" >> $GITHUB_ENV
- name: Package upload
if: ${{ success() }}
uses: actions/upload-artifact@v4
with:
path: ${{ env.INSTALL_PREFIX }}/darktable-${{ env.VERSION }}.dmg
Expand Down

0 comments on commit 2d06688

Please sign in to comment.