Skip to content

Commit b7c21db

Browse files
committed
release workflow: don't use pushd
1 parent 1926c7c commit b7c21db

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ jobs:
9999

100100
- name: Package
101101
run: |
102-
mkdir -p artifact
103-
104-
pushd artifact
102+
mkdir -p artifact && cd artifact
105103
cp -r ../dist/bin/flutter-pi .
106104
107105
tar -cJf ../flutter-pi-${{ matrix.target }}-${{ matrix.buildtype }}.tar.xz .

0 commit comments

Comments
 (0)