mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:23:25 +00:00
CICD: Fix the AppImage Workflow.
Fix the workflow by removing the dependency on node 20, which is not supported in Ubuntu 16.04. Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
parent
e81b42d533
commit
be1b80ea8a
2 changed files with 2 additions and 2 deletions
2
.github/actions/manage-version/action.yml
vendored
2
.github/actions/manage-version/action.yml
vendored
|
@ -37,7 +37,7 @@ runs:
|
|||
PULL_REQUEST_BRANCH: ${{ github.event.pull_request.head.ref }}
|
||||
shell: bash
|
||||
run: |
|
||||
echo "-pull-request-$PULL_REQUEST_BRANCH" > latest-subsurface-buildnumber-extension
|
||||
echo "pull-request-$PULL_REQUEST_BRANCH" > latest-subsurface-buildnumber-extension
|
||||
|
||||
- name: store version number for the build
|
||||
id: version_number
|
||||
|
|
|
@ -141,7 +141,7 @@ jobs:
|
|||
# only publish a 'release' on push events (those include merging a PR)
|
||||
- name: upload binaries
|
||||
if: github.event_name == 'push'
|
||||
uses: softprops/action-gh-release@v2
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
tag_name: v${{ steps.version_number.outputs.version }}
|
||||
repository: ${{ github.repository_owner }}/nightly-builds
|
||||
|
|
Loading…
Add table
Reference in a new issue