Skip to content

Commit

Permalink
Create dummy pdf for actions testing
Browse files Browse the repository at this point in the history
  • Loading branch information
abatilo committed May 11, 2024
1 parent 869641b commit c98044e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
check-latest: true
cache-dependency-path: "**/*.sum"
- run: |
touch resume.pdf
GOOS=darwin GOARCH=arm64 go build -o resume-darwin-arm64 main.go
GOOS=linux GOARCH=amd64 go build -o resume-linux-amd64 main.go
- uses: actions/upload-artifact@v4
Expand Down
3 changes: 0 additions & 3 deletions .pulumi/ci.json

This file was deleted.

0 comments on commit c98044e

Please sign in to comment.