Skip to content

Commit

Permalink
try openbsd more
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Sep 10, 2024
1 parent dddeaa8 commit 93850b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
GITHUB_OAUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ secrets.VERSION }}
CPU: ${{ matrix.target }}
VARIANT: ${{ matrix.suffix }}
VARIANT: ${{ matrix.suffix == 'yes' && format('-{0}', matrix.release) || ''}}
run: |
ls
env FILE=`ls *.bz2` make latest-version upload-archive;

0 comments on commit 93850b7

Please sign in to comment.