Skip to content

Commit

Permalink
Update package dirs after #13 and #15
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Jan 11, 2024
1 parent ba984e3 commit 0e9a370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
crate: [lexer, parser, semantics, sourcegen, oq3_syntax, qasm3_bytecode, source_file]
crate: [oq3_lexer, oq3_parser, oq3_semantics, oq3_sourcegen, oq3_syntax, oq3_source_file]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0e9a370

Please sign in to comment.