Skip to content

fix pack

fix pack #2

Workflow file for this run

name: ping
on:
workflow_dispatch:
push:
paths:
- 'ping/**'
- '.github/workflows/ping.yml'
jobs:
zip:
runs-on: ubuntu-latest
steps:
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y%m%d-%H%M%S')"
- uses: actions/checkout@v4
with:
lfs: true
- uses: actions/upload-artifact@v4
with:
name: ping_${{ steps.date.outputs.date }}
path: ping
if-no-files-found: error
compression-level: 9