diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-04-05 18:49:00 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-04-05 21:06:28 +0300 |
commit | 22dfea41ee87dfff95a8ec5c0c205b9a5b155996 (patch) | |
tree | 20b715e56cf3cd972f10e6940d579ff7f042bab1 /.github | |
parent | 53c15e9c8785f71405926517a929ed8fff5f21d0 (diff) | |
download | sciteco-22dfea41ee87dfff95a8ec5c0c205b9a5b155996.tar.gz |
fixed nightly Debian/Ubuntu builds
* Disabled pyTooling/Actions/releaser composite on Ubuntu and use a container instead.
The composite step is obviously broken on Ubuntu 20.04.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 76d580b..2f14dbf 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -48,7 +48,7 @@ jobs: cp debian-temp/sciteco-common_*.deb sciteco-common_nightly_${{matrix.os}}_all.deb - name: Archive Debian/Ubuntu Packages - uses: pyTooling/Actions/releaser/composite@v0.4.6 + uses: pyTooling/Actions/releaser@v0.4.6 with: token: ${{ secrets.GITHUB_TOKEN }} tag: nightly |