mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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 }}
|
PULL_REQUEST_BRANCH: ${{ github.event.pull_request.head.ref }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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
|
- name: store version number for the build
|
||||||
id: version_number
|
id: version_number
|
||||||
|
|
|
@ -141,7 +141,7 @@ jobs:
|
||||||
# only publish a 'release' on push events (those include merging a PR)
|
# only publish a 'release' on push events (those include merging a PR)
|
||||||
- name: upload binaries
|
- name: upload binaries
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
tag_name: v${{ steps.version_number.outputs.version }}
|
tag_name: v${{ steps.version_number.outputs.version }}
|
||||||
repository: ${{ github.repository_owner }}/nightly-builds
|
repository: ${{ github.repository_owner }}/nightly-builds
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue