mirror of
https://github.com/splitbrain/dokuwiki-stickbuilder.git
synced 2025-07-24 09:58:39 +00:00
updated action versions
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
- name: Install Prequisites
|
- name: Install Prequisites
|
||||||
run: |
|
run: |
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
@ -17,14 +17,14 @@ jobs:
|
|||||||
- name: Run Build Script
|
- name: Run Build Script
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
- name: 'Upload artifact'
|
- name: 'Upload artifact'
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: stickserver
|
name: stickserver
|
||||||
path: out
|
path: out
|
||||||
- name: Run UPX compression
|
- name: Run UPX compression
|
||||||
run: ./compress.sh
|
run: ./compress.sh
|
||||||
- name: 'Upload artifact'
|
- name: 'Upload artifact'
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: stickserver-upx
|
name: stickserver-upx
|
||||||
path: out
|
path: out
|
||||||
|
Reference in New Issue
Block a user