Skip to content

Commit

Permalink
Update package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
YadominJinta committed Apr 26, 2020
1 parent 8e6ec73 commit 6a437cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Package
id: package
run: |
apt update
apt install curl -y
mkdir -p -v build/atilo/DEBIAN build/atilo-cn/DEBIAN debs
sudo apt update
sudo apt install curl -y
mkdir -p -v build/atilo/DEBIAN build/atilo-cn/DEBIAN build/debs
chmod -v 700 build/atilo/DEBIAN
chmod -v 700 build/atilo-cn/DEBIAN
cd build
Expand All @@ -44,7 +44,7 @@ jobs:
dpkg -b atilo debs/atilo.deb
dpkg -b atilo-cn debs/atilo-cn.deb
echo "::set-output name=STATUS::success"
echo "::set-env name=debs=$(realpath debs/)"
echo "::set-env name=debs::$(realpath debs/)"
- name: Upload
Expand Down

0 comments on commit 6a437cf

Please sign in to comment.