Browse Source

added labels to actions workflow

pull/73/head
ron1n 2 years ago
parent
commit
ac59772ee4
  1. 3
      .github/workflows/release_zip.yml

3
.github/workflows/release_zip.yml

@ -1,8 +1,11 @@
name: Stickers Continuous Delivery
on: push
jobs:
build-zips:
name: Build zip artifacts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout repo
- run: pwd
- run: ls -lah
Loading…
Cancel
Save