Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Pickering committed Nov 19, 2021
1 parent 2546f43 commit f258767
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: build deb

on:
release:
types: [published]

jobs:
build:
Expand All @@ -27,6 +28,7 @@ jobs:

- name: "Build deb"
run: |
ls
cd scripts
rm -r "atlas-bi-$VERSION" 2>/dev/null
cp -r "atlas-bi-<version>" "atlas-bi-$VERSION"
Expand Down

0 comments on commit f258767

Please sign in to comment.