Skip to content

Commit

Permalink
release workflow: don't use pushd
Browse files Browse the repository at this point in the history
  • Loading branch information
ardera committed Jun 8, 2024
1 parent 1926c7c commit b7c21db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ jobs:

- name: Package
run: |
mkdir -p artifact
pushd artifact
mkdir -p artifact && cd artifact
cp -r ../dist/bin/flutter-pi .
tar -cJf ../flutter-pi-${{ matrix.target }}-${{ matrix.buildtype }}.tar.xz .
Expand Down

0 comments on commit b7c21db

Please sign in to comment.