Skip to content

Commit

Permalink
upload alpine artifacts v3
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Sep 6, 2024
1 parent 147bd20 commit ed701fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
build-alpine:
runs-on: ubuntu-latest
container: alpine:${{ inputs.version }}
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
steps:
- uses: actions/checkout@v4
- name: build ${{ inputs.workflow }}-alpine-${{ inputs.toolset }}
Expand All @@ -28,3 +30,8 @@ jobs:
with:
name: build-${{ inputs.toolset }}
path: ./${{ inputs.workflow }}/release/build-${{ inputs.toolset }}.tar.gz

- uses: actions/upload-artifact@v3
with:
name: build-${{ inputs.toolset }}
path: ./${{ inputs.workflow }}/release/build-${{ inputs.toolset }}.tar.gz

0 comments on commit ed701fa

Please sign in to comment.