File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
if : runner.os == 'macOS'
57
57
- run : sbt test graalvm-native-image:packageBin
58
58
- run : |
59
- cd modules/cli/target/graalvm-native-image/
59
+ cd modules/cli/target/graalvm-native-image/
60
60
tar czf tfr-${{ runner.os }}.tar.gz tfr
61
61
- uses : actions/upload-artifact@master
62
62
with :
@@ -101,7 +101,7 @@ jobs:
101
101
name : release_url
102
102
- id : get_release_info
103
103
run : |
104
- value=`cat release_url/release_url .txt`
104
+ value=`cat release_url.txt`
105
105
echo ::set-output name=upload_url::$value
106
106
- uses : actions/download-artifact@v2.0.6
107
107
with :
@@ -112,6 +112,6 @@ jobs:
112
112
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
113
113
with :
114
114
upload_url : ${{ steps.get_release_info.outputs.upload_url }}
115
- asset_path : tfr-${{ runner.os }}/tfr-${{ runner.os }} .tar.gz
115
+ asset_path : tfr-${{ runner.os }}.tar.gz
116
116
asset_name : tfr-${{ steps.get_version.outputs.version }}-${{ runner.os }}.tar.gz
117
117
asset_content_type : application/gzip
You can’t perform that action at this time.
0 commit comments