Skip to content

Commit

Permalink
meta: Add fake files for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Jan 18, 2024
1 parent 62ae5e3 commit 7f7346d
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,11 @@ jobs:
path: |
*.tgz
sentry_cli-placeholder.tar.gz
sentry-cli-darwin-0.placeholder.tar.gz
sentry-cli-linux-arm-0.placeholder.tar.gz
sentry-cli-linux-arm64-0.placeholder.tar.gz
sentry-cli-linux-i686-0.placeholder.tar.gz
sentry-cli-linux-x64-0.placeholder.tar.gz
sentry-cli-win32-i686-0.placeholder.tar.gz
sentry-cli-win32-x64-0.placeholder.tar.gz
sentry_cli-placeholder.whl
1 change: 1 addition & 0 deletions sentry-cli-darwin-0.placeholder.tar.gz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Workaround for Craft always using master/.craft.yml for publish. Config has been modified to require more files for successful release, but it's not applicable to 1.x branch
1 change: 1 addition & 0 deletions sentry-cli-linux-arm-0.placeholder.tar.gz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Workaround for Craft always using master/.craft.yml for publish. Config has been modified to require more files for successful release, but it's not applicable to 1.x branch
1 change: 1 addition & 0 deletions sentry-cli-linux-arm64-0.placeholder.tar.gz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Workaround for Craft always using master/.craft.yml for publish. Config has been modified to require more files for successful release, but it's not applicable to 1.x branch
1 change: 1 addition & 0 deletions sentry-cli-linux-i686-0.placeholder.tar.gz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Workaround for Craft always using master/.craft.yml for publish. Config has been modified to require more files for successful release, but it's not applicable to 1.x branch
1 change: 1 addition & 0 deletions sentry-cli-linux-x64-0.placeholder.tar.gz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Workaround for Craft always using master/.craft.yml for publish. Config has been modified to require more files for successful release, but it's not applicable to 1.x branch
1 change: 1 addition & 0 deletions sentry-cli-win32-i686-0.placeholder.tar.gz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Workaround for Craft always using master/.craft.yml for publish. Config has been modified to require more files for successful release, but it's not applicable to 1.x branch
1 change: 1 addition & 0 deletions sentry-cli-win32-x64-0.placeholder.tar.gz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Workaround for Craft always using master/.craft.yml for publish. Config has been modified to require more files for successful release, but it's not applicable to 1.x branch

0 comments on commit 7f7346d

Please sign in to comment.