Skip to content

Commit

Permalink
fix: use pubspec instead of incorrect file name
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Nov 27, 2023
1 parent 6bc22d8 commit 41b855c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY package*.json ./
RUN npm install

# Install Dart dependencies
COPY pubspce.* ./
COPY pubspec.* ./
RUN dart pub get

# Copy the rest of your action's code
Expand Down

0 comments on commit 41b855c

Please sign in to comment.