Skip to content

Commit

Permalink
added:release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xengine-qyt committed Nov 14, 2024
1 parent d3d0c33 commit 1d8f49b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: release packet

on:
push:
branches:
- develop

jobs:
build:
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
runs-on: ${{ matrix.os }}

steps:
- name: Download artifact
uses: actions/download-artifact@v4
with:
path: ./
- name: Display structure of downloaded files
run: ls -al

0 comments on commit 1d8f49b

Please sign in to comment.